DpiHelper::DeviceToLogicalUnitsX Method (Int32)

 

Transforms a horizontal 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 DeviceToLogicalUnitsX(
	int value
)

Parameters

value
Type: System::Int32

The horizontal value in device units.

Return Value

Type: System::Int32

The horizontal value in logical units.

Return to top
Show: