Region.Equals
Region.Equals method
Tests whether the specified Region is identical to this Region on the specified drawing surface.
public bool Equals(Region region, Graphics g)
Parameter | Type | Description |
---|---|---|
region | Region | The Region to test. |
g | Graphics | A Graphics that represents a drawing surface. |
Return Value
true if the interior of region is identical to the interior of this region when the transformation associated with the g parameter is applied; otherwise, false.
See Also
- class Graphics
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing