DioDocs for PDF
Import(IntPtr,Int32,Int32,Int32,WicPixelFormat) メソッド

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス > Import メソッド : Import(IntPtr,Int32,Int32,Int32,WicPixelFormat) メソッド
The pointer to the beginning of the unmanaged block of memory.
The stride (bytes per row) of the source image data.
The width of the image, in pixels.
The height of the image, in pixels.
The pixel format of the image.
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 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
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.
参照

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