ComponentOne PDF for .NET
ClipPath Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class : ClipPath Method
The path points to clip.
The path types to clip.
Start cliping use a path defined by points and types.
Syntax
'Declaration
 
Public Sub ClipPath( _
   ByVal points() As System.Drawing.PointF, _
   ByVal types() As System.Byte _
) 
public void ClipPath( 
   System.Drawing.PointF[] points,
   System.byte[] types
)

Parameters

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

Reference

C1PdfDocument Class
C1PdfDocument Members