 | ContentGeneratorPaintPath Method |
Paint a path.
The path is first filled and then stroked
The blend mode for filling and stroking must be the same.
Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.ContentAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.2.0.0
Syntaxpublic void PaintPath(
Path path,
Fill fill,
Stroke stroke
)
Parameters
- path Path
-
the path to be painted
- fill Fill
-
the fill properties or if the path should not be filled
- stroke Stroke
-
the stroke properties or if the path should not be stroked
Exceptions
See Also