PolylinePrimitiveOutlineWidth Property |
Namespace: AGI.Foundation.Graphics
Exception | Condition |
---|---|
ArgumentOutOfRangeException | OutlineWidth is less than 0. |
InsufficientVideoCardException | OutlineWidth is outside of the range supported by the video card. To verify a width is supported, check MinimumWidthSupported and MaximumWidthSupported. |
Similar to Width, the outline width is defined in pixels, so even if the camera moves very close or very far from the polyline, the outline width on the screen does not change.
The total polyline width, in pixels, including the Width and outline width is clamped to MaximumWidthSupported.