ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / LoadAsync Method / LoadAsync(Uri) Method
The uri resource.

In This Topic
    LoadAsync(Uri) Method
    In This Topic
    Loads the C1Bitmap from the source URI of the given BitmapImage
    Syntax
    'Declaration
     
    Public Overloads Function LoadAsync( _
       ByVal uri As System.Uri _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task LoadAsync( 
       System.Uri uri
    )

    Parameters

    uri
    The uri resource.
    See Also