[]
Excludes the specified rectangle from the region.
public void Exclude(RectangleF rect)
Type | Name | Description |
---|---|---|
RectangleF | rect | The rectangle to exclude. |
Exclude polygon from the region.
public void Exclude(PointF[] polygonPoints)
Type | Name | Description |
---|---|---|
PointF[] | polygonPoints | Polygon points |