PowerTools SPREAD for Windows Forms 8.0J
GetImage メソッド (ImageCellType)


base64 文字列エンコーディングやバイト配列などの画像の取得元を含むオブジェクト。
Imageオブジェクトを、そのbase64文字列エンコーディング、バイト配列、またはストリームシリアル化情報から取得します。
構文
'Declaration
 
Public Shared Function GetImage( _
   ByVal o As Object _
) As Image
'使用法
 
Dim o As Object
Dim value As Image
 
value = ImageCellType.GetImage(o)
public static Image GetImage( 
   object o
)

パラメータ

o
base64 文字列エンコーディングやバイト配列などの画像の取得元を含むオブジェクト。

戻り値の型

画像を含む Image オブジェクト。文字列が Image オブジェクトをエンコードしない場合は Null
参照

ImageCellType クラス
ImageCellType メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.