Bitmap for WPF
Import(IntPtr,Int32,Int32,PixelFormat) メソッド

C1.WPF.Bitmap.4.5.2 アセンブリ > C1.WPF.Bitmap 名前空間 > C1Bitmap クラス > Import メソッド : Import(IntPtr,Int32,Int32,PixelFormat) メソッド
アンマネージメモリブロックの始点へのポインタ。
画像の幅。
画像の高さ。
画像のピクセル形式。
IntPtr でポイントされたアンマネージメモリブロックから画像をロードします。
シンタックス
'宣言
 
Public Overloads Sub Import( _
   ByVal srcPtr As System.IntPtr, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixelFormat As PixelFormat _
) 
public void Import( 
   System.IntPtr srcPtr,
   System.int width,
   System.int height,
   PixelFormat pixelFormat
)

パラメータ

srcPtr
アンマネージメモリブロックの始点へのポインタ。
width
画像の幅。
height
画像の高さ。
pixelFormat
画像のピクセル形式。
参照

C1Bitmap クラス
C1Bitmap メンバ
オーバーロード一覧