Version

FromPixels(Int32,Single) Method

Converts the specified value into the specified unit of measure.
Syntax
'Declaration
 
Public Overloads Function FromPixels( _
   ByVal value As Integer, _
   ByVal dpi As Single _
) As Single
public float FromPixels( 
   int value,
   float dpi
)

Parameters

value
A value which represents a number of pixels.
dpi
The resolution, expressed in dots per inch.
Remarks

The unit of measure in which the return value is expressed is defined by the value of the Unit property.

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