DpiHelper.LogicalToDeviceUnitsY Method (Int32)

 

Returns the closest value in logical units that will be converted to an integer value when converted to vertical device units.

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

public static int LogicalToDeviceUnitsY(
	int value
)

Parameters

value
Type: System.Int32

The integer.

Return Value

Type: System.Int32

The logical value to round.

Return to top
Show: