Class PdfCloseSubpathSegment
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Closes the subpath by appending a straight line segment from the trailing endpoint of the previous segment to the starting point of the subpath. It does nothing if the subpath is already closed.
public sealed class PdfCloseSubpathSegment : PdfPathSegment
- Inheritance
-
PdfCloseSubpathSegment
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Properties
- End
Gets the end point of this PdfCloseSubpathSegment, equal to start point of the subpath.
- Start
Gets the start point of this PdfCloseSubpathSegment.