| ContentGeneratorClipWithPath Method |
Intersect clip path with path.
Update the current clip path by intersecting with the given path.
Namespace: PdfTools.Toolbox.Pdf.ContentAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.2.0+708f7116d933787a0712d56133e4c2c9bf21e5e3
Syntax public 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
Exceptions Exception | 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