[]
        
(Showing Draft Content)

C1.Util.GraphicsRendering.PushClipPath

PushClipPath Method

PushClipPath(double[], double[], byte[])

Push the clip path defined by points and types.

Declaration
public void PushClipPath(double[] xs, double[] ys, byte[] types)
Parameters
Type Name Description
double[] xs

Array of x-coordinates.

double[] ys

Array of y-coordinates.

byte[] types

The path types to draw (see remarks).

Implements