Version 20.1

FromPixels(Int32,Single,UnitOfMeasurement) Method

Converts the specified value into the specified unit of measure.
Syntax
public static System.float FromPixels( 
   System.int value,
   System.float dpi,
   UnitOfMeasurement unit
)

Parameters

value
A value which represents a number of pixels.
dpi
The resolution, expressed in dots per inch.
unit
A UnitOfMeasurement constant which defines the units into which the value is to be converted.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub