ImageSource.FromUri(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new UriImageSource that reads from uri
.
public static Xamarin.Forms.ImageSource FromUri (Uri uri);
static member FromUri : Uri -> Xamarin.Forms.ImageSource
Parameters
- uri
- System.Uri
A URI that identifies a valid image.