AGI Components with Insight3D Alpha 2008 r8
AgGxPolylineType Enumeration
Library Reference AGI.Graphics.PrimitivesAgGxPolylineType
Describes how the vertices in a line should be interpreted.
Declaration Syntax
C# Visual Basic Visual C++
public 
enum 
AgGxPolylineType
Public 
Enumeration 
AgGxPolylineType
public 
enum class 
AgGxPolylineType
Members
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)