DpiHelper::LogicalToDeviceUnitsX Method (Int32)

 

Returns the closest value in logical units that are converted to an integer value when converted to horizontal device units.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static int LogicalToDeviceUnitsX(
	int value
)

Parameters

value
Type: System::Int32

The integer.

Return Value

Type: System::Int32

The logical value to round.

Return to top
Show: