DpiHelper::LogicalToDeviceUnits Method (ImageList^, ImageScalingMode)

 

Converts the specified coordinates from logical units to device units.

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

public:
static void LogicalToDeviceUnits(
	ImageList^% imageList,
	ImageScalingMode scalingMode = ImageScalingMode::Default
)

Parameters

imageList
Type: System.Windows.Forms::ImageList^

The image list.

scalingMode
Type: Microsoft.VisualStudio.PlatformUI::ImageScalingMode

The scaling mode.

Return to top
Show: