ImageFromBuffer ( slot, w, h, ByRef pData )
pData のピクセルデータからイメージを作成します。
用例:
Dim p[
50
,
50
]
ImageFromBuffer (
0
,
50
,
50
, p )