SolidPrimitiveSilhouetteWidth Property |
Gets or sets the silhouette' 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 float SilhouetteWidth { get; set; }
Public Property SilhouetteWidth As Single
Get
Set
public:
property float SilhouetteWidth {
float get ();
void set (float value);
}
member SilhouetteWidth : 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 solid, the width of the silhouette on the screen does
not change.
See Also