ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / LoadAsync Method / LoadAsync(StorageFile) Method
The storage file.

In This Topic
    LoadAsync(StorageFile) Method
    In This Topic
    Loads the C1Bitmap asynchronously given the storage file.
    Syntax
    'Declaration
     
    Public Overloads Function LoadAsync( _
       ByVal storageFile As Windows.Storage.StorageFile _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task LoadAsync( 
       Windows.Storage.StorageFile storageFile
    )

    Parameters

    storageFile
    The storage file.
    See Also