DpiHelper::DeviceToLogicalUnitsY Method (Single)

Visual Studio 2015
 

Transforms a vertical coordinate from device to logical units.

Namespace:   Microsoft.VisualStudio.Utilities.Dpi
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
float DeviceToLogicalUnitsY(
	float value
)

Parameters

value
Type: System::Single

The horizontal value in logical units.

Return Value

Type: System::Single

The vertical value in logical units.

Return to top
Show: