Renders a polyline in the 3D scene. Each line segment may have a different color. A polyline can be constructed with a position interpolator to render great arcs or rhumb lines.
Initialize | Initializes a default polyline primitive. This is equivalent to constructing a polyline with a set hint of Frequent and a polyline type of LineStrip. |
InitializeWithHint | Initializes a new instance of a polyline primitive with the specified set hint. This is equivalent to constructing a polyline with a polyline type of LineStrip and the specified set hint. |
InitializeWithInterpolator | Initializes a polyline primitive with the specified interpolator. This is equivalent to constructing a polyline with the specified interpolator and a set hint of Frequent. |
InitializeWithInterpolatorAndSetHint | Initializes a polyline primitive with the specified interpolator and setHint. |
InitializeWithType | Initializes a polyline primitive with the specified polylineType. This is equivalent to constructing a polyline with the specified polylineType and a set hint of Frequent. |
InitializeWithTypeAndHint | Initializes a new instance of a polyline primitive with the specified polylineType and setHint. |
MaximumWidthSupported | Gets the maximum width, in pixels, supported by the video card. |
MinimumWidthSupported | Gets the minimum width, in pixels, supported by the video card. |





