Document Library for UWP
WriteImageToFile メソッド

C1.UWP.Document アセンブリ > C1.Xaml.Document 名前空間 > Utils クラス : WriteImageToFile メソッド
指定された画像をファイルに書き込みます。
シンタックス
'宣言
 
Public Shared Function WriteImageToFile( _
   ByVal image As C1ImageHelper, _
   ByVal fileName As System.String _
) As System.Boolean
public static System.bool WriteImageToFile( 
   C1ImageHelper image,
   System.string fileName
)

パラメータ

image
fileName

戻り値の型

画像の保存に成功した場合は、true を返します。
参照

Utils クラス
Utils メンバ