Click or drag to resize

PolylinePrimitive Constructor (PositionInterpolator)

Initializes a polyline primitive with the specified interpolator. This is equivalent to constructing a polyline with the specified interpolator and a SetHint of Frequent.

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(
	PositionInterpolator interpolator
)

Parameters

interpolator
Type: AGI.Foundation.GraphicsPositionInterpolator
The PositionInterpolator applied to positions passed to Set methods.
Remarks
See Also