C1.C1Pdf Namespace / C1PdfDocument Class / ClipPath Method
The path points to clip.
The path types to clip.

In This Topic
ClipPath Method (C1PdfDocument)
In This Topic
Start clipping use a path defined by points and types.
Syntax
'Declaration
 
Public Sub ClipPath( _
   ByVal points() As PointF, _
   ByVal types() As Byte _
) 
 

Parameters

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