Click or drag to resize

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
C#
public static float UnitMultiplier { get; set; }

Property Value

Type: Single
The unit multiplier.
See Also