DpiHelper.DeviceToLogicalUnitsX Method (Double)

 

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

Parameters

value
Type: System.Double

The horizontal value in device units.

Return Value

Type: System.Double

The horizontal value in logical units.

Return to top
Show: