DpiHelper.DeviceToLogicalUnitsX Method (Single)

 

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

Parameters

value
Type: System.Single

The horizontal value in device units.

Return Value

Type: System.Single

The horizontal value in logical units.

Return to top
Show: