DpiHelper.DeviceToLogicalUnitsY Method

Definition

Overloads

DeviceToLogicalUnitsY(Double)

Transforms a vertical coordinate from device to logical units

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

public:
 double DeviceToLogicalUnitsY(double value);
public:
 double DeviceToLogicalUnitsY(double value);
double DeviceToLogicalUnitsY(double value);
public double DeviceToLogicalUnitsY (double value);
member this.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

Applies to

DeviceToLogicalUnitsY(Int32)

Transforms a vertical integer coordinate from device to logical units

public:
 int DeviceToLogicalUnitsY(int value);
public:
 int DeviceToLogicalUnitsY(int value);
int DeviceToLogicalUnitsY(int value);
public int DeviceToLogicalUnitsY (int value);
member this.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:
 float DeviceToLogicalUnitsY(float value);
public:
 float DeviceToLogicalUnitsY(float value);
float DeviceToLogicalUnitsY(float value);
public float DeviceToLogicalUnitsY (float value);
member this.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