DpiHelper.DeviceToLogicalUnitsY Method (Double)

 

Transforms a vertical coordinate from device to logical units.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public static double DeviceToLogicalUnitsY(
	double value
)

Parameters

value
Type: System.Double

The vertical value in device units.

Return Value

Type: System.Double

The vertical value in logical units.

Return to top
Show: