Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 700 Bytes

loadedimagesurface_startloadfromuri_1520650003.md

File metadata and controls

32 lines (18 loc) · 700 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.LoadedImageSurface.StartLoadFromUri(Windows.Foundation.Uri)
winrt method

Microsoft.UI.Xaml.Media.LoadedImageSurface.StartLoadFromUri

-description

Loads an image into a LoadedImageSurface from the provided Uniform Resource Identifier (URI) at the natural size defined in the image source.

-parameters

-param uri

The URI from which the image is loaded.

-returns

An instance of LoadedImageSurface with the image loaded onto its surface.

-remarks

-see-also

-examples