PdfSubpath Class
Represents a subsection of a path comprising a sequence of connected segments.
- Inheritance:
- System.ObjectPdfSubpath
Properties
IsClosed
Gets or sets a value that specifies whether this PdfSubpath's first and last PdfLineSegments are connected.
Property Value
- System.Boolean
true if this PdfSubpath's first and last PdfLineSegments are connected; otherwise, false.
Segments
Gets the line segments that this PdfSubpath is made up of.
public PdfLineSegmentCollection Segments { get; }
Public ReadOnly Property Segments As PdfLineSegmentCollection
Property Value
The line segments that this PdfSubpath is made up of.
StartPoint
Gets or sets the PdfPoint where the PdfSubpath begins.
Property Value
The PdfPoint where the PdfSubpath begins.
Methods
Clone()
Creates a new PdfSubpath that is a copy of the current PdfSubpath.
Returns
A new PdfSubpath that is a copy of this PdfSubpath.