次の方法で共有


Image.Save メソッド (String)

この Image オブジェクトを指定したファイルに保存します。

Overloads Public Sub Save( _
   ByVal filename As String _)
[C#]
public void Save(stringfilename);
[C++]
public: void Save(String* filename);
[JScript]
public function Save(
   filename : String);

パラメータ

  • filename
    Image オブジェクトの保存先ファイル名を格納している文字列。

戻り値

このメソッドは値を返しません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Image クラス | Image メンバ | System.Drawing 名前空間 | Image.Save オーバーロードの一覧