PdfLineSegment Class

Straight line segment.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfPathSegment
    BitMiracle.Docotic.Pdf.PdfLineSegment

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

Syntax

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

The PdfLineSegment type exposes the following members.

Properties

  NameDescription
Public propertyEnd
Gets the end point of this PdfLineSegment.
Public propertyStart
Gets the start point of this PdfLineSegment.
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