ComponentOne Imaging for UWP
LoadAsync(StorageFile) Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1GifImage Class > LoadAsync Method : LoadAsync(StorageFile) Method
The storage file.
Loads the C1GifImage 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

Reference

C1GifImage Class
C1GifImage Members
Overload List