[]
Set the clip when the limitation bounds is set.
void SetLimitClip(Rect clip)
| Type | Name | Description |
|---|---|---|
| Rect | clip | The clipping rectangle, in pixels, for limitation bounds. |
Set the clip when the limitation bounds is set.
void SetLimitClip(IEnumerable<Point> points)
| Type | Name | Description |
|---|---|---|
| IEnumerable<Point> | points | The sequence of points, in pixels, for limitation bounds. |