Describes how the vertices in a line should be
interpreted.
| C# | Visual Basic | Visual C++ |
public enum AgGxPolylineType
Public Enumeration AgGxPolylineType
public enum class AgGxPolylineType
| Member | Description |
|---|---|
| PolylineTypeLines |
Each two vertices define a line segment. Line
segments are not required to be connected to each other.
|
| PolylineTypeLineStrip |
After the first vertex, each additional vertex
defines a line segment from the previous vertex to the current
vertex.
|
Assembly: AGI.Graphics.Primitives.Interop(Module: AGI.Graphics.Primitives.Interop) Version: 9.0.0.0 (9.0.0.0)