[]
Push the clip path defined by points and types.
public void PushClipPath(double[] xs, double[] ys, byte[] types)
| Type | Name | Description |
|---|---|---|
| double[] | xs | Array of x-coordinates. |
| double[] | ys | Array of y-coordinates. |
| byte[] | types | The path types to draw (see remarks). |