Click or drag to resize

PolylinePrimitiveOutlineWidth Property

Gets or sets the width, in pixels, of the outline around the polyline.

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 width is supported, check MinimumWidthSupported and MaximumWidthSupported.
Remarks

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.

See Also