Table of Contents

Class PdfPathSegment

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Segment of a vector path. A part of PdfSubpath.

public abstract class PdfPathSegment
Inheritance
PdfPathSegment
Derived
Inherited Members

Remarks

A path is composed of straight and curved line segments, which may connect to one another or may be disconnected. A pair of segments are said to connect only if they are defined consecutively, with the second segment starting where the first one ends. Thus, the order in which the segments of a path are defined is significant. Nonconsecutive segments that meet or intersect fortuitously are not considered to connect.

Properties

Type

Gets the type of this PdfPathSegment.