MapPackageImageTable.PixelSize Property
Gets or sets the size of a screen pixel, in meters, used for scale calculations during the export.
Syntax
public System.Double PixelSize { get; set; }
Property Value
Default: 0.0002645833333
The size of a screen pixel, in meters.
Remarks
This property together with PixelSizeAdjustments 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 this property to 192 DPI (= 0.0254 / 192 meters), and set the PixelSizeAdjustments property to an instance with factors 2.0. You might also consider increasing the TileSize property accordingly.
This and the PixelSizeAdjustments value will be passed to an internal drawable used when rasterizing the map. See Drawable.PixelSize and Drawable.PixelSizeAdjustments for more information.
If you export to a package with the Google Maps-compatible tiling scheme, 96 DPI will be used, and this property will be ignored.
Platforms
Windows, Linux, Android