Gets ratio of the measure unit to the internal unit.

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

Syntax

C#
public double K { get; }
Visual Basic (Declaration)
Public ReadOnly Property K As Double
Visual C++
public:
property double K {
	double get ();
}

See Also