Version

FromPixels(Int32,Single,UnitOfMeasurement) Method

Converts the specified value into the specified unit of measure.
Syntax
'Declaration
 
Public Overloads Shared Function FromPixels( _
   ByVal value As Integer, _
   ByVal dpi As Single, _
   ByVal unit As UnitOfMeasurement _
) As Single
public static float FromPixels( 
   int value,
   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 10, 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