'宣言 Public Overloads Sub Import( _ ByVal srcPtr As System.IntPtr, _ ByVal width As System.Integer, _ ByVal height As System.Integer, _ ByVal pixelFormat As WicPixelFormat _ )
public void Import( System.IntPtr srcPtr, System.int width, System.int height, WicPixelFormat pixelFormat )
パラメータ
- srcPtr
- The pointer to the beginning of the unmanaged block of memory.
- width
- The width of the image, in pixels.
- height
- The height of the image, in pixels.
- pixelFormat
- The pixel format of the image.