PdfDrawingSurfaceClip Method |
Name | Description | |
---|---|---|
Clip(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.
| |
Clip(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.
|