MapPackageImageTable.PixelSizeAdjustments Property
Gets or sets pixels size adjustments used when rasterizing the map.
Syntax
public PixelSizeAdjustments PixelSizeAdjustments { get; set; }
Property Value
Remarks
This property together with PixelSize can be used to create a GeoPackage suitable for display on a screen with a different resolution than the standard 96 DPI. If you for instance know that the package will be used on a 4K monitor or an Android device, you can set the PixelSize property to 192 DPI (= 0.0254 / 192 meters), and set this property to a PixelSizeAdjustments instance with factors 2.0. You might also consider increasing the TileSize property accordingly.
This and the PixelSize value will be passed to an internal drawable used when rasterizing the map. See Drawable.PixelSize and Drawable.PixelSizeAdjustments for more information.
Platforms
Windows, Linux, Android