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: 25.1.421.0 (25.1.421.0)
Syntax
public PolylinePrimitive()
Remarks
See PolylinePrimitive(PolylineType, SetHint) for a full discussion.
See Also