C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / PushClipPath Method
Array of x-coordinates.
Array of y-coordinates.
The path types to draw (see remarks).

In This Topic
PushClipPath Method (SvgRendering)
In This Topic
Push the clip path defined by points and types.
Syntax
'Declaration
 
Public Sub PushClipPath( _
   ByVal xs() As System.Double, _
   ByVal ys() As System.Double, _
   ByVal types() As System.Byte _
) 
 

Parameters

xs
Array of x-coordinates.
ys
Array of y-coordinates.
types
The path types to draw (see remarks).
See Also