DpiHelper::PreScaledImageLayoutTransformScaleX Property

Visual Studio 2015
 

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.

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

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

Property Value

Type: System::Double

The horizontal scale value.

Return to top
Show: