Click or drag to resize
Pdftools logo

PathSegment Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    PdfTools.FourHeights.PdfToolbox.Pdf.ContentPathSegment

Namespace: PdfTools.FourHeights.PdfToolbox.Pdf.Content
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 1.0.0
Syntax
C#
public struct PathSegment

The PathSegment type exposes the following members.

Properties
 NameDescription
Public propertyControlPoint1

The first Bezier control point.

Only valid if the EndPoint is set to Cubic
Public propertyControlPoint2

The second Bezier control point.

Only valid if the EndPoint is set to Cubic
Public propertyEndPoint

The end point of the path segment.

The start point of the segment corresponds to the end point of the previous segment.
Public propertySegmentType Defines the type of this path segment.
Top
See Also