Equals()
Region::Equals(const SharedPtr<Region>&, const SharedPtr<Graphics>&) method
Determines whether the specified region is identical to the region represented by the current object on the specified drawing surface.
bool System::Drawing::Region::Equals(const SharedPtr<Region> &r, const SharedPtr<Graphics> &g)
Arguments
Parameter | Type | Description |
---|---|---|
r | const SharedPtr<Region>& | The region to compare this region with |
g | const SharedPtr<Graphics>& | A drawing surface |
Return Value
True if the interior of the specified region is identical to the interior of the region represented by the current objcet when the transformation associated with the g parameter is applied; otherwise - false
See Also
- Typedef SharedPtr
- Class Region
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Slides