DpiHelper::LogicalToDeviceUnits Method (Bitmap^, Size, ImageScalingMode)
Visual Studio 2015
Converts the specified coordinates from logical units to device units.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static void LogicalToDeviceUnits( Bitmap^% imageStrip, Size logicalImageSize, ImageScalingMode scalingMode = ImageScalingMode::Default )
Parameters
- imageStrip
-
Type:
System.Drawing::Bitmap^
The image strip.
- logicalImageSize
-
Type:
System.Drawing::Size
The logical image size.
- scalingMode
-
Type:
Microsoft.VisualStudio.PlatformUI::ImageScalingMode
The scaling mode.
Show: