Gets or sets image scale.

Namespace:  PerpetuumSoft.Framework.Export
Assembly:  PerpetuumSoft.Framework.Export (in PerpetuumSoft.Framework.Export.dll) Version: 3.9.0.1

Syntax

C#
public double Scale { get; set; }
Visual Basic (Declaration)
Public Property Scale As Double
Visual C++
public:
property double Scale {
	double get ();
	void set (double value);
}

See Also