DpiHelper.DeviceToLogicalUnitsY Method (Int32)

 

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 int DeviceToLogicalUnitsY(
	int value
)

Parameters

value
Type: System.Int32

The vertical value in device units.

Return Value

Type: System.Int32

The vertical value in logical units.

Return to top
Show: