ImportAsFragment(IntPtr,ImageRect) Method
Copies the unmanaged block of memory to the given destination within the image.
public void ImportAsFragment(
System.IntPtr ,
ImageRect
)
'Declaration
Public Overloads Sub ImportAsFragment( _
ByVal As System.IntPtr, _
ByVal As ImageRect _
)
Parameters
- srcPtr
- The pointer to the beginning of the unmanaged block of memory.
- dstRect
- The destination rectangle within the target bitmap.