DeviceInfoUnitMultiplier Property |
Gets or sets the unit multiplier. For example, if you are specifying units in inches,
you would want to set this to PixelsPerInch. If you want to use cm, you can
set this to InchesToCentimeters(PixelsPerInch)
Namespace:
DigitalRubyShared
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static float UnitMultiplier { get; set; }
Property Value
Type:
SingleThe unit multiplier.
See Also