Ribbon for WinForms
DecodeImage メソッド (ResourceLoader)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > ResourceLoader クラス : DecodeImage メソッド
String that contains the encoded image data.
Decodes an image from a base-64-encoded string.
シンタックス
'宣言
 
Public Shared Function DecodeImage( _
   ByVal data As String _
) As Image
public static Image DecodeImage( 
   string data
)

パラメータ

data
String that contains the encoded image data.

戻り値の型

The System.Drawing.Image encoded in the string.
参照

ResourceLoader クラス
ResourceLoader メンバ