PdfCanvas.FillPath Method

Fills 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 FillPath(
	PdfFillMode rule
)
VB
Public Sub FillPath ( 
	rule As PdfFillMode
)

Parameters

rule
Type: BitMiracle.Docotic.Pdf.PdfFillMode
The rule that determines the region to fill.

Remarks

Any subpaths that are open are implicitly closed before being filled.

See Also