PointBatchPrimitiveOutlineWidth 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 pixel size is supported, check MinimumPixelSizeSupported and MaximumPixelSizeSupported. |
Similar to PixelSize, the outline width is defined in pixels, so even if the camera moves very close or very far from a point, the outline width on the screen does not change.
The total pixel size of a point, including the PixelSize and outline width is clamped to MaximumPixelSizeSupported.