Click or drag to resize
Pdftools logo

Subpath Class

A disconnected subpath.

A container for connected path segments.
Inheritance Hierarchy
SystemObject
  PdfTools.FourHeights.PdfToolbox.InternalNativeBase
    PdfTools.FourHeights.PdfToolbox.InternalNativeObject
      PdfTools.FourHeights.PdfToolbox.Pdf.ContentSubpath

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.1+cd45f416896d630bcd3719f4b2cba7920f2790da
Syntax
C#
public class Subpath : NativeObject, IList<PathSegment>, 
	ICollection<PathSegment>, IEnumerable<PathSegment>, IEnumerable

The Subpath type exposes the following members.

Properties
 NameDescription
Public propertyCount 
Public propertyIsClosed If , the Subpath represents a closed curve.
Public propertyIsReadOnly 
Public propertyItem 
Public propertyStartPoint The start point of the Subpath.
Top
Methods
 NameDescription
Public methodContains 
Public methodCopyTo 
Public methodEquals
(Inherited from NativeObject)
Public methodGetEnumerator 
Public methodGetHashCode
(Inherited from NativeObject)
Public methodIndexOf 
Public methodInsert 
Top
See Also