ComponentOne PDF for WPF and Silverlight
ClipPath Method

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf 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 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

Reference

C1PdfDocument Class
C1PdfDocument Members