Fills and then strokes the current path using the specified rule
to determine the region to fill.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void FillAndStrokePath(
PdfFillMode rule
)
VB
Public Sub FillAndStrokePath (
rule As PdfFillMode
)
Parameters
- rule
- Type: BitMiracle.Docotic.Pdf.PdfFillMode
The rule that determines the region to
fill.
See Also