Region.Complement
Contents
[
Hide
]Complement(RectangleF)
Updates this Region to contain the portion of the specified RectangleF structure that does not intersect with this Region.
public void Complement(RectangleF rect)
| Parameter | Type | Description | 
|---|---|---|
| rect | RectangleF | The RectangleF structure to complement this Region. | 
See Also
- struct RectangleF
 - class Region
 - namespace System.Drawing
 - assembly Aspose.Drawing
 
Complement(Rectangle)
Updates this Region to contain the portion of the specified Rectangle structure that does not intersect with this Region.
public void Complement(Rectangle rect)
| Parameter | Type | Description | 
|---|---|---|
| rect | Rectangle | The Rectangle structure to complement this Region. | 
See Also
- struct Rectangle
 - class Region
 - namespace System.Drawing
 - assembly Aspose.Drawing
 
Complement(GraphicsPath)
Updates this Region to contain the portion of the specified GraphicsPath that does not intersect with this Region.
public void Complement(GraphicsPath path)
| Parameter | Type | Description | 
|---|---|---|
| path | GraphicsPath | The GraphicsPath to complement this Region. | 
See Also
- class GraphicsPath
 - class Region
 - namespace System.Drawing
 - assembly Aspose.Drawing
 
Complement(Region)
Updates this Region to contain the portion of the specified Region that does not intersect with this Region.
public void Complement(Region region)
| Parameter | Type | Description | 
|---|---|---|
| region | Region | The Region object to complement this Region object. | 
See Also
- class Region
 - namespace System.Drawing
 - assembly Aspose.Drawing