ViewInfo.PixelWidth Property
Gets the geographic width of a screen pixel.
Syntax
public System.Double PixelWidth { get; }
Property Value
The width of a screen pixel, in the length unit of Crs.
Remarks
In a 2D view, this property specifies the geographic width 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 width 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 width of a screen pixel.
Platforms
Windows, Linux, Android