DpiHelper::DpiHelperImplementation Properties

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubpropertyBitmapScalingMode

The BitmapScalingMode.(Inherited from DpiHelper.)

System_CAPS_pubpropertyDeviceDpiX

Gets the screen's (device) current horizontal DPI.(Inherited from DpiHelper.)

System_CAPS_pubpropertyDeviceDpiY

The screen's (device) current vertical DPI.(Inherited from DpiHelper.)

System_CAPS_pubpropertyDeviceToLogicalUnitsScalingFactorX

Converts to the horizontal logical units scaling factor.(Inherited from DpiHelper.)

System_CAPS_pubpropertyDeviceToLogicalUnitsScalingFactorY

Converts to the vertical logical units scaling factor.(Inherited from DpiHelper.)

System_CAPS_pubpropertyDpiScalePercentX

(Inherited from DpiHelper.)

System_CAPS_pubpropertyDpiScalePercentY

(Inherited from DpiHelper.)

System_CAPS_pubpropertyImageScalingMode

Gets the ImageScalingMode algorithm to be used for resizing images in WinForms/Win32. This allows the shell to control the algorithm depending on the DPI zoom scale, and allows the user to override it via registry settings like General\ImageScalingXXX = (ImageScalingMode)value, with XXX the zoom factor in percents, e.g. ImageScaling150, etc.(Inherited from DpiHelper.)

System_CAPS_pubpropertyIsScalingRequired

Determines whether scaling is required when converting between logical-device units(Inherited from DpiHelper.)

System_CAPS_pubpropertyLogicalDpiX

Gets the helper's logical horizontal DPI.(Inherited from DpiHelper.)

System_CAPS_pubpropertyLogicalDpiY

Gets the helper's vertical horizontal DPI.(Inherited from DpiHelper.)

System_CAPS_pubpropertyLogicalToDeviceUnitsScalingFactorX

(Inherited from DpiHelper.)

System_CAPS_pubpropertyLogicalToDeviceUnitsScalingFactorY

(Inherited from DpiHelper.)

System_CAPS_pubpropertyPreScaledImageLayoutTransformScaleX

Gets the horizontal scale value that should be used with a LayoutTransform/ScaleTransform to scale back an image pre-scaled in HighDPI with DpiPrescaleImageSourceConverter in order to obtain crisp results.(Inherited from DpiHelper.)

System_CAPS_pubpropertyPreScaledImageLayoutTransformScaleY

Gets the vertical scale value that should be used with a LayoutTransform/ScaleTransform to scale back an image pre-scaled in HighDPI with DpiPrescaleImageSourceConverter in order to obtain crisp results.(Inherited from DpiHelper.)

System_CAPS_protpropertySettingsStore

System_CAPS_pubpropertyTransformFromDevice

(Inherited from DpiHelper.)

System_CAPS_pubpropertyTransformToDevice

(Inherited from DpiHelper.)

System_CAPS_pubpropertyUsePreScaledImages

Determines whether images should be pre-scaled at zoom levels higher than 200%, using NearestNeighbor up to the largest multiple of 100%(Inherited from DpiHelper.)

Return to top
Show: