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.2.419.0 (24.2.419.0)
Syntax public PolylinePrimitive(
PositionInterpolator interpolator
)
Public Sub New (
interpolator As PositionInterpolator
)
public:
PolylinePrimitive(
PositionInterpolator^ interpolator
)
new :
interpolator : PositionInterpolator -> PolylinePrimitive
Parameters
- interpolator
- Type: AGI.Foundation.GraphicsPositionInterpolator
The PositionInterpolator applied
to positions passed to Set methods.
Remarks See Also