Method ToRuntimeImageAsync
ToRuntimeImageAsync(UIImage)
Converts a native platform image to a runtime image data container type
Declaration
public static Task<RuntimeImage?> ToRuntimeImageAsync(this UIImage image)
Parameters
| Type | Name | Description |
|---|---|---|
| UIImage | image | The input input |
Returns
| Type | Description |
|---|---|
| Task<RuntimeImage> | Image data container |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET iOS | 200.0 - 300.0 |
| Xamarin.iOS | 100.0 - 100.15 |