PowerTools SPREAD for Windows Forms 8.0J
GetBytes メソッド


画像
画像のバイト配列シリアル化情報を取得します。
構文
'Declaration
 
Public Shared Function GetBytes( _
   ByVal image As Image _
) As Byte()
'使用法
 
Dim image As Image
Dim value() As Byte
 
value = ImageCellType.GetBytes(image)
public static byte[] GetBytes( 
   Image image
)

パラメータ

image
画像

戻り値の型

バイト配列シリアル化情報を含むバイト配列
参照

ImageCellType クラス
ImageCellType メンバ

 

 


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