Loads the image from a unmanaged block of memory pointed by IntPtr and having the specified stride (bytes per row of pixels).
シンタックス
'宣言
Public Overloads Sub Import( _
ByVal As System.IntPtr, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As WicPixelFormat _
)
public void Import(
System.IntPtr ,
System.int ,
System.int ,
System.int ,
WicPixelFormat
)
パラメータ
- srcPtr
- The pointer to the beginning of the unmanaged block of memory.
- stride
- The stride (bytes per row) of the source image data.
- width
- The width of the image, in pixels.
- height
- The height of the image, in pixels.
- pixelFormat
- The pixel format of the image.
参照