ClipPath Method (C1PdfDocument)
In This Topic
Start clipping use a path defined by points and types.
Syntax
'Declaration
Public Sub ClipPath( _
ByVal () As PointF, _
ByVal () As Byte _
)
public void ClipPath(
PointF[] ,
byte[]
)
Parameters
- points
- The path points to clip.
- types
- The path types to clip.
See Also