Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PolyLineSegment

Describes a line strip, including the last point of the previous segment.

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

points

points: Point[]

Gets or sets the collection of points that define this segment.

Accessors

Private type

  • get type(): "polyLine"
  • Returns "polyLine"

Methods

Private serialize

  • serialize(target: BufferWriter): void
  • Parameters

    • target: BufferWriter

    Returns void

Static create

  • Returns the path segment that is defined by the specified description.

    Parameters

    Returns PathSegment

Static createPolyLineSegment

  • Returns the poly line segment that is defined by the specified description.

    Parameters

    Returns PolyLineSegment

Generated using TypeDoc