Click or drag to resize

PdfDrawingSurfaceClip Method

Overload List
  NameDescription
Public methodCode exampleClip(PdfFillMethod)
Reduces the clipping area of the current drawing surface by intersecting the current path with the current clipping area. Clipping is a strictly reductive process. To preserve previous clipping areas, use the GSave and GRestore methods in PdfPageRenderer.
Public methodCode exampleClip(PdfFillMethod, Boolean)
Reduces the clipping area of the current drawing surface by intersecting the current path with the current clipping area. Clipping is a strictly reductive process. To preserve previous clipping areas, use the GSave and GRestore methods in PdfPageRenderer.
Top
See Also