SolidPrimitiveBackLineWidth Property |
Namespace: AGI.Foundation.Graphics
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Width is less than 0. |
InsufficientVideoCardException | Width is outside of the range supported by the video card. To verify a width is supported, check PolylinePrimitive.MinimumWidthSupported and PolylinePrimitive.MaximumWidthSupported. Regardless of PolylinePrimitive.MinimumWidthSupported, a width of 0 is always allowed and effectively hides the back line. |
This is only used when OutlineAppearance is StylizeBackLines.
The width is defined in pixels so even if the camera moves very close or very far from a solid, the width of the outline on the screen does not change.