VectorPrimitiveTrueScale Property |
Gets or Sets whether vector's "true scale" length (based on how the primitive was created) should be used.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool TrueScale { get; set; }
Public Property TrueScale As Boolean
Get
Set
public:
property bool TrueScale {
bool get ();
void set (bool value);
}
member TrueScale : bool with get, set
Property Value
Type:
BooleanSee Also