PathPrimitiveWidth Property |
Gets or sets the line width, in pixels.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual float Width { get; set; }
Public Overridable Property Width As Single
Get
Set
public:
virtual property float Width {
float get ();
void set (float value);
}
abstract Width : float32 with get, set
override Width : float32 with get, set
Property Value
Type:
SingleExceptions Remarks
The width is defined in pixels so even if the camera moves very close or
very far from the primitive, the width of the line on the screen does
not change.
See Also