Click or drag to resize

PdfCanvas SetClip Method

Overload List
Name Description
Public method SetClip(RectangleF)
Modifying the current clipping path by intersecting it with the current path.
Public method SetClip(PdfPath)
Modifying the current clipping path by intersecting it with the current path.
Public method SetClip(RectangleF, PdfFillMode)
Modifying the current clipping path by intersecting it with the current path.
Public method SetClip(PdfPath, PdfFillMode)
Modifying the current clipping path by intersecting it with the current path.
Top
See Also