'宣言 Public Overloads Sub Import( _ ByVal srcPtr As System.IntPtr, _ ByVal stride As System.Integer, _ ByVal width As System.Integer, _ ByVal height As System.Integer, _ ByVal pixelFormat As WicPixelFormat _ )
public void Import( System.IntPtr srcPtr, System.int stride, System.int width, System.int height, WicPixelFormat pixelFormat )
パラメータ
- srcPtr
- メモリのアンマネージドブロックの先頭へのポインタ。
- stride
- ソースバイト配列内の画像データのストライド (行ごとのバイト数)。
- width
- 画像の幅(ピクセル単位)。
- height
- 画像の高さ(ピクセル単位)。
- pixelFormat
- 画像のピクセル形式。