PolylinePrimitive Constructor |
Name | Description | |
---|---|---|
PolylinePrimitive |
Initializes a default polyline primitive. This is
equivalent to constructing a polyline with a
SetHint
of Frequent and a
PolylineType
of LineStrip.
| |
PolylinePrimitive(PolylineType) |
Initializes a polyline primitive with the specified
polylineType.
This is equivalent to constructing a polyline with the specified
polylineType and a
SetHint
of Frequent.
| |
PolylinePrimitive(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.
| |
PolylinePrimitive(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.
| |
PolylinePrimitive(PolylineType, SetHint) |
Initializes a new instance of a polyline primitive with the specified
polylineType and setHint.
| |
PolylinePrimitive(PositionInterpolator, SetHint) |
Initializes a polyline primitive with the specified interpolator
and setHint.
|