DpiHelper.DeviceToLogicalUnitsY Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeviceToLogicalUnitsY(Int32) |
Transforms a vertical integer coordinate from device to logical units |
DeviceToLogicalUnitsY(Single) |
Transforms a vertical coordinate from device to logical units |
DeviceToLogicalUnitsY(Double) |
Transforms a vertical coordinate from device to logical units |
DeviceToLogicalUnitsY(Int32)
Transforms a vertical integer coordinate from device to logical units
public:
static int DeviceToLogicalUnitsY(int value);
public:
static int DeviceToLogicalUnitsY(int value);
static int DeviceToLogicalUnitsY(int value);
public static int DeviceToLogicalUnitsY (int value);
static member DeviceToLogicalUnitsY : int -> int
Public Function DeviceToLogicalUnitsY (value As Integer) As Integer
Parameters
- value
- Int32
The vertical value in device units
Returns
The vertical value in logical units
Applies to
DeviceToLogicalUnitsY(Single)
Transforms a vertical coordinate from device to logical units
public:
static float DeviceToLogicalUnitsY(float value);
public:
static float DeviceToLogicalUnitsY(float value);
static float DeviceToLogicalUnitsY(float value);
public static float DeviceToLogicalUnitsY (float value);
static member DeviceToLogicalUnitsY : single -> single
Public Function DeviceToLogicalUnitsY (value As Single) As Single
Parameters
- value
- Single
The vertical value in device units
Returns
The vertical value in logical units
Applies to
DeviceToLogicalUnitsY(Double)
Transforms a vertical coordinate from device to logical units
public:
static double DeviceToLogicalUnitsY(double value);
public:
static double DeviceToLogicalUnitsY(double value);
static double DeviceToLogicalUnitsY(double value);
public static double DeviceToLogicalUnitsY (double value);
static member DeviceToLogicalUnitsY : double -> double
Public Function DeviceToLogicalUnitsY (value As Double) As Double
Parameters
- value
- Double
The vertical value in device units
Returns
The vertical value in logical units