DpiHelper::DpiHelperImplementation::GetImageScalingModeOverride Method (Int32, ImageScalingMode)

Visual Studio 2015
 

Gets the image scaling mode override.

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

protected:
virtual ImageScalingMode GetImageScalingModeOverride(
	int dpiScalePercent,
	ImageScalingMode defaultImageScalingMode
) override

Parameters

dpiScalePercent
Type: System::Int32

The DPI scale percentage.

defaultImageScalingMode
Type: Microsoft.VisualStudio.PlatformUI::ImageScalingMode

The default image scaling mode.

Return to top
Show: