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
Currently, this feature is supported in a Scene
Since Image
Image overlays are rendered above all other layers in the scene, draped on the surface, and below any graphics overlays in the 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.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.8 - 200.6 |
Xamarin.Android | 100.8 - 100.15 |
Xamarin.iOS | 100.8 - 100.15 |
UWP | 100.8 - 200.6 |