PixelSizeAdjustments.ResolutionScaleFactor Property
Gets or sets a scale factor for raster resolutions.
Syntax
public System.Double ResolutionScaleFactor { get; set; }
Property Value
Default: 1.0
A scale factor for raster resolutions.
Remarks
Unlike the other properties of this class, this property does not directly affect any rendering. Instead, it adjusts the resolution the view uses when it queries layers, operators and datasets for data. A value larger than 1.0 will result in less detailed data.
Typically, this will change the resolution of rasters returned by the datasets. But it may also affect some vector datasets to return more or less detailed vector features. Operators that use the view resolution will also affected, like RasterMergeOperator, ResampleOperator and LevelOfDetailOperator.
Note that if you also set a custom value for the Drawable.PixelSize property, you probably should set this property to 1.0, otherwise you might overcompensate and apply the scale factor twice when loading data.
Platforms
Windows, Linux, Android