PdfPointSegment Class

Start point of a subpath.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfPathSegment
    BitMiracle.Docotic.Pdf.PdfPointSegment

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

Syntax

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

The PdfPointSegment type exposes the following members.

Properties

  NameDescription
Public propertyType
Gets the type of this PdfPathSegment.
(Inherited from PdfPathSegment.)
Public propertyValue
Start point of a subpath.

Methods

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

See Also