PdfCloseSubpathSegment Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfCloseSubpathSegment Class
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.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfPathSegment
    BitMiracle.Docotic.Pdf.PdfCloseSubpathSegment

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

Syntax

C#
public sealed class PdfCloseSubpathSegment : PdfPathSegment
VB
Public NotInheritable Class PdfCloseSubpathSegment
	Inherits PdfPathSegment

The PdfCloseSubpathSegment type exposes the following members.

Properties

  NameDescription
Public propertyEnd
End point of this PdfCloseSubpathSegment, equals to start point of the subpath.
Public propertyStart
Start point of this PdfCloseSubpathSegment.
Public propertyType
Gets the type of this PdfPathSegment.
(Inherited from PdfPathSegment.)

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also