'DeclarationPublic Overloads Sub SetClip( _ ByVal path As PdfPath, _ ByVal fillMode As PdfFillMode _ )
'UsageDim instance As PdfGraphics Dim path As PdfPath Dim fillMode As PdfFillMode instance.SetClip(path, fillMode)
public void SetClip( PdfPath path, PdfFillMode fillMode )
public: void SetClip( PdfPath^ path, PdfFillMode fillMode )
Parameters
- path
 - PdfPath that represents the new clip region.
 - fillMode
 - Path fill mode.