Click or drag to resize

PolylineType Enumeration

Describes how to interpret positions defining a polyline.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum PolylineType
Members
  Member nameDescription
Lines Every two positions define a line segment. Line segments are not required to be connected to each other.
LineStrip After the first position, each additional position defines a line segment from the previous position to the current position.
Points Lines are drawn as points.
See Also