DpiHelper::PreScaledImageLayoutTransformScaleY Property

Visual Studio 2015
 

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.

Namespace:   Microsoft.VisualStudio.Utilities.Dpi
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
property double PreScaledImageLayoutTransformScaleY {
	double get();
}

Property Value

Type: System::Double

The vertical scale value.

Return to top
Show: