Click or drag to resize

PointBatchPrimitiveOutlineWidth Property

Gets or sets the size, in pixels, of the outline around each point in the batch.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public float OutlineWidth { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionOutlineWidth is less than 0.
InsufficientVideoCardExceptionOutlineWidth is outside of the range supported by the video card. To verify a pixel size is supported, check MinimumPixelSizeSupported and MaximumPixelSizeSupported.
Remarks

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.

See Also