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