[]
Start clipping use a path defined by points and types.
public void ClipPath(PointF[] points, byte[] types)
Public Sub ClipPath(points As PointF(), types As Byte())
| Type | Name | Description |
|---|---|---|
| PointF[] | points | The path points to clip. |
| byte[] | types | The path types to clip. |