Region.Xor
Contents
[
Hide
]Xor(RectangleF)
Updates this Region to the union minus the intersection of itself with the specified RectangleF structure.
public void Xor(RectangleF rect)
Parameter | Type | Description |
---|---|---|
rect | RectangleF | The RectangleF structure to GraphicsPath) with this Region. |
See Also
- struct RectangleF
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing
Xor(Rectangle)
Updates this Region to the union minus the intersection of itself with the specified Rectangle structure.
public void Xor(Rectangle rect)
Parameter | Type | Description |
---|---|---|
rect | Rectangle | The Rectangle structure to Xor with this Region. |
See Also
- struct Rectangle
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing
Xor(GraphicsPath)
Updates this Region to the union minus the intersection of itself with the specified GraphicsPath.
public void Xor(GraphicsPath path)
Parameter | Type | Description |
---|---|---|
path | GraphicsPath | The GraphicsPath to Xor with this Region. |
See Also
- class GraphicsPath
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing
Xor(Region)
Updates this Region to the union minus the intersection of itself with the specified Region.
public void Xor(Region region)
Parameter | Type | Description |
---|---|---|
region | Region | The Region to Xor with this Region. |
See Also
- class Region
- namespace System.Drawing
- assembly Aspose.Drawing