Method FillPath
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
FillPath(PdfFillMode)
Fills the current path using the specified rule to determine the region to fill.
public void FillPath(PdfFillMode rule)
Parameters
rule
PdfFillModeThe rule that determines the region to fill.
Remarks
Any subpaths that are open are implicitly closed before being filled.