VectorScaledScaleByInverse Property |
Gets or sets a value indicating whether to scale by the reciprocal of the
ScaleFactor rather than by the factor itself.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ScaleByInverse { get; set; }
Public Property ScaleByInverse As Boolean
Get
Set
public:
property bool ScaleByInverse {
bool get ();
void set (bool value);
}
member ScaleByInverse : bool with get, set
Property Value
Type:
BooleanSee Also