Describes how to interpret positions defining a polyline.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax Public Enumeration PolylineType
public enum class PolylineType
Members
| Member name | Description |
---|
| 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