Method ClosePath
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ClosePath()
Closes the current subpath by appending a straight line segment from the CurrentPosition to the starting point of the subpath.
public void ClosePath()
Remarks
If the current subpath is already closed, this method does nothing. This method terminates the current subpath.