ViewInfo.PixelHeight Property
Gets the geographic height of a screen pixel.
Syntax
public System.Double PixelHeight { get; }
Property Value
The height of a screen pixel, in the length unit of Crs.
Remarks
In a 2D view, this property specifies the geographic height of a screen pixel, in the length unit specified by the Crs property.
In a 3D view under a GlobeTileLayer, this value is the desired cell height for raster data, selected by the layer. This value may be set differently depending on if you're reading elevation data or surface textures.
In a 3D view, with no GlobeTileLayer, the value will be the estimated average geographic height of a screen pixel.
Platforms
Windows, Linux, Android