PushClipPath Method (GraphicsRendering)
Push the clip path defined by points and types.
public void PushClipPath(
System.double[] ,
System.double[] ,
System.byte[]
)
'Declaration
Public Sub PushClipPath( _
ByVal () As System.Double, _
ByVal () As System.Double, _
ByVal () As System.Byte _
)
Parameters
- xs
- Array of x-coordinates.
- ys
- Array of y-coordinates.
- types
- The path types to draw (see remarks).