Class RuntimeImage
An image data container used with several image input and outputs in the API.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class RuntimeImage : ILoadable
Constructors
Name | Description |
---|---|
Runtime |
Initializes a new instance of the Runtime |
RuntimeImage(ReadOnlySpan<Byte>) | Initializes a new instance of the Runtime |
Runtime |
Initializes a new instance of the Runtime |
Properties
Name | Description |
---|---|
Height | Gets the height of the image in physical pixels |
Load |
Gets the System. |
Load |
Gets the load status. |
Source | Gets the URI endpoint for this image, or |
Width | Gets the width of the image in physical pixels |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
From |
Creates a Runtime |
Get |
Returns the image data in the same format that it was created. |
Get |
Returns the image data in the same format that it was created. |
Get |
Gets the raw 32-bit image buffer in RGBA order. |
Load |
Load the metadata for the object asynchronously. |
Retry |
Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
Load |
Event that is raised when the Load |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 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.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |