 | ContentGeneratorClipWithPath Method |
Intersect clip path with path.
Update the current clip path by intersecting with the given path.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.ContentAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.11+448b51188eed077347c3a51591ba80f0b99c42d7
Syntaxpublic void ClipWithPath(
Path path,
InsideRule insideRule
)
Parameters
- path Path
-
the path to intersect with the current clip path
- insideRule InsideRule
-
the inside rule of the path argument
ExceptionsException | Condition |
---|
InvalidOperationException | if the document associated with the content has already been closed |
InvalidOperationException | if the page/group associated with the content has already been closed |
InvalidOperationException | if the content object has already been closed |
InvalidOperationException | if the object has already been closed |
ArgumentException | if the path is associated with a different document |
ArgumentNullException | if path is . |
See Also