Gets or sets the fractional value used to scale the overlay's
Size property. A value greater than 1.0 will
make the overlay larger while a value less than 1.0 will make it smaller.
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 double Scale { get; set; }
Public Overridable Property Scale As Double
Get
Set
public:
virtual property double Scale {
double get ();
void set (double value);
}
abstract Scale : float with get, set
override Scale : float with get, set
Property Value
Type:
DoubleSee Also