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