PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / ClipPath Method
The path points to clip.
The path types to clip.

In This Topic
    ClipPath Method
    In This Topic
    Start clipping use a path defined by points and types.
    Syntax
    'Declaration
     
    
    Public Sub ClipPath( _
       ByVal points() As Point, _
       ByVal types() As Byte _
    ) 
    public void ClipPath( 
       Point[] points,
       byte[] types
    )

    Parameters

    points
    The path points to clip.
    types
    The path types to clip.
    See Also