Click or drag to resize

PolylinePrimitive Constructor

Initializes a default polyline primitive. This is equivalent to constructing a polyline with a SetHint of Frequent and a PolylineType of LineStrip.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PolylinePrimitive()
Remarks
See PolylinePrimitive(PolylineType, SetHint) for a full discussion.
See Also