public static NPromise<NUriImageSource> FromUriAsync( NUri uri, System.bool animateFrames )
Parameters
- uri
- An URI that points to a raster image resource.
- animateFrames
- In case of image with multiple frames - specifies whether the frames should be animated.
Return Value
A newly created image source. The URI scheme determines the type of the created object (Http or File).