ComponentOne Bitmap for UWP
SaveAsGifAsync Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class : SaveAsGifAsync Method
The output file.
The options for the GIF image encoder.
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

Reference

C1Bitmap Class
C1Bitmap Members