DpiHelper.LogicalToDeviceUnits Method (Bitmap, Size, Color, 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(
	ref Bitmap imageStrip,
	Size logicalImageSize,
	Color backgroundColor,
	ImageScalingMode scalingMode = ImageScalingMode.Default
)

Parameters

imageStrip
Type: System.Drawing.Bitmap

The image strip.

logicalImageSize
Type: System.Drawing.Size

The logical image size.

backgroundColor
Type: System.Drawing.Color

The background color.

scalingMode
Type: Microsoft.VisualStudio.PlatformUI.ImageScalingMode

The scaling mode.

Return to top
Show: