[]
Intersects the region with the specified rectangle.
public void Intersect(RectangleF rect)
Type | Name | Description |
---|---|---|
RectangleF | rect | The rectangle to intersect with. |
Intersects with polygon.
public void Intersect(PointF[] polygonPoints)
Type | Name | Description |
---|---|---|
PointF[] | polygonPoints | Polygon points |