ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / SaveAsGifAsync Method
The output file.
The options for the GIF image encoder.

In This Topic
    SaveAsGifAsync Method
    In This Topic
    Saves the image to a StorageFile in GIF format.
    Syntax
    'Declaration
     
    Public Function SaveAsGifAsync( _
       ByVal storageFile As Windows.Storage.StorageFile, _
       ByVal options As GifOptions _
    ) As System.Threading.Tasks.Task
    public System.Threading.Tasks.Task SaveAsGifAsync( 
       Windows.Storage.StorageFile storageFile,
       GifOptions options
    )

    Parameters

    storageFile
    The output file.
    options
    The options for the GIF image encoder.
    See Also