Show / Hide Table of Contents

Property UnitsPerPixel

UnitsPerPixel

Gets the size of each device-independent pixel (DIP) in map units.

Declaration
public double UnitsPerPixel { get; }
Property Value
Type Description
double

The size of each device-independent pixel (DIP) in map units.

Remarks

Returns NaN if the map isn't in a ready-state.

You can observe changes to this property by listening to the PropertyChanged event.

The represents the spatial resolution of the MapView. The value changes according to the MapScale (it decreases as the user zooms in, for example).

The value is NaN until the load status of the Map is Loaded and the draw status of the GeoView is Completed.

Applies to

Platforms and versions
TargetVersions
.NET iOS200.0 - 300.0
Xamarin.iOS100.0 - 100.15
In this article
Provide feedback
Back to top Copyright © 2025 Esri.