ComponentOne Excel for .NET
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 _
    ) 
    public void PushClipPath( 
       System.double[] xs,
       System.double[] ys,
       System.byte[] types
    )

    Parameters

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