GrapeCity SPREAD for Windows Forms 12.0J
CreateImageData メソッド (Factory)


新しい画像の幅(ピクセル単位)。
新しい画像の高さ(ピクセル単位)。
1つのスキャンラインの先頭と次のスキャンラインの間のバイトオフセットを指定する整数。
ピクセルデータを含むバイトの配列へのポインタ。
画像データを作成します。
構文
'Declaration
 
Public Overridable Function CreateImageData( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal stride As Integer, _
   ByVal scan0 As IntPtr _
) As Stream
'使用法
 
Dim instance As Factory
Dim width As Integer
Dim height As Integer
Dim stride As Integer
Dim scan0 As IntPtr
Dim value As Stream
 
value = instance.CreateImageData(width, height, stride, scan0)
public virtual Stream CreateImageData( 
   int width,
   int height,
   int stride,
   IntPtr scan0
)

パラメータ

width
新しい画像の幅(ピクセル単位)。
height
新しい画像の高さ(ピクセル単位)。
stride
1つのスキャンラインの先頭と次のスキャンラインの間のバイトオフセットを指定する整数。
scan0
ピクセルデータを含むバイトの配列へのポインタ。

戻り値の型

画像のバイナリストリームデータ。
参照

Factory クラス
Factory メンバ

 

 


Copyright © 2004 GrapeCity inc.