LoadImageAsync method
Loads an image asynchronously from ImageSource.
Note: This method is asynchronous.
Task<IImage> LoadImageAsync(ImageSource imageSource);
Parameters
- imageSource
- Image as an ImageSource object to be loaded.
Return values
The method returns the image object implementing the IImage interface.
02.03.2022 12:59:15