Bitmap for UWP
SaveAsGifAsync メソッド

C1.UWP.Bitmap アセンブリ > C1.Xaml.Bitmap 名前空間 > C1Bitmap クラス : SaveAsGifAsync メソッド
出力ファイル。
GIF 画像エンコーダのオプション。
StorageFile に画像を GIF 形式で保存します。
シンタックス
'宣言
 
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
)

パラメータ

storageFile
出力ファイル。
options
GIF 画像エンコーダのオプション。
参照

C1Bitmap クラス
C1Bitmap メンバ