Copies the unmanaged block of memory ato the given destination within the image.
シンタックス
'宣言
Public Overloads Sub ImportAsFragment( _
ByVal As System.IntPtr, _
ByVal As System.Drawing.Rectangle _
)
public void ImportAsFragment(
System.IntPtr ,
System.Drawing.Rectangle
)
パラメータ
- srcPtr
- The pointer to the beginning of the unmanaged block of memory.
- dstRect
- The destination rectangle within the target bitmap.
参照