DpiHelper::LogicalToDeviceUnitsY Method (Single)

 

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 float LogicalToDeviceUnitsY(
	float value
)

Parameters

value
Type: System::Single

The single.

Return Value

Type: System::Single

The logical value to round.

Return to top
Show: