Saves the image to a StorageFile using the specified format and options.
'Declaration
Public Function SaveAsync( _
ByVal As Windows.Storage.StorageFile, _
ByVal As ContainerFormat, _
Optional ByVal As BaseOptions _
) As System.Threading.Tasks.Task
Parameters
- storageFile
- The output file.
- format
- The container format that determines the image encoder.
- options
- The options for the specified image encoder.