[]
Adds a rectangle to the region.
public void Union(RectangleF rect)
| Type | Name | Description |
|---|---|---|
| RectangleF | rect | The rectangle to add. |
Adds polygon to the region.
public void Union(PointF[] polygonPoints)
| Type | Name | Description |
|---|---|---|
| PointF[] | polygonPoints | Polygon points |