[]
Intersects the clip.
public void IntersectClip(RectangleF clip)
| Type | Name | Description |
|---|---|---|
| RectangleF | clip | The clip. |
Intersects the clip.
public void IntersectClip(float left, float top, float width, float height)
| Type | Name | Description |
|---|---|---|
| float | left | The left. |
| float | top | The top. |
| float | width | The width. |
| float | height | The height. |