SuperTooltip for WinForms
DecodeImage メソッド

C1.Win.6 アセンブリ > C1.Framework 名前空間 > ResourceLoader クラス : DecodeImage メソッド
エンコードした画像データを含む文字列。
Base64 エンコード文字列から画像をデコードします。
シンタックス
'宣言
 
Public Shared Function DecodeImage( _
   ByVal data As System.String _
) As System.Drawing.Image
public static System.Drawing.Image DecodeImage( 
   System.string data
)

パラメータ

data
エンコードした画像データを含む文字列。

戻り値の型

文字列にエンコードした System.Drawing.Image
参照

ResourceLoader クラス
ResourceLoader メンバ