Class ImageOverlay
An overlay that contains an Image
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ImageOverlay : INotifyPropertyChanged
Remarks
The overlay can contain exactly one image at any given time. Multiple overlays, however, can be added and
rendered at the same time on the Geo
Since Image
Image overlays are rendered above all other layers in the map or scene, draped on the surface, and below any graphics overlays in the map or scene view.
Constructors
Name | Description |
---|---|
Image |
Initializes a new instance of the Image |
Image |
Initializes a new instance of the Image |
Properties
Name | Description |
---|---|
Extent | Gets the extent of the Image |
Image |
Gets or sets the Image |
Is |
Gets or sets a value indicating whether the Image |
Opacity | Gets or sets the opacity of the Image |
Name | Description |
---|---|
INotify |
Occurs when a property value changes. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.8 - 200.7 |
.NET | 100.13 - 200.7 |
.NET Windows | 100.13 - 200.7 |
.NET Android | 200.0 - 200.7 |
.NET iOS | 200.0 - 200.7 |
.NET Framework | 100.8 - 200.7 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.7 |