PdfCanvas.ClosePath Method

Closes the current subpath by appending a straight line segment from the CurrentPosition to the starting point of the subpath.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void ClosePath()
VB
Public Sub ClosePath

Remarks

If the current subpath is already closed, this method does nothing. This method terminates the current subpath.

See Also