Click or drag to resize

PolylinePrimitive Constructor (SetHint)

Initializes a new instance of a polyline primitive with the specified SetHint. This is equivalent to constructing a polyline with a PolylineType of LineStrip and the specified SetHint.

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(
	SetHint setHint
)

Parameters

setHint
Type: AGI.Foundation.GraphicsSetHint
The expected usage for Set and SetPartial methods. See the Set Hint topic for more information on selecting an appropriate value.
Remarks
See PolylinePrimitive(PolylineType, SetHint) for a full discussion.
See Also