ExportFragment(IntPtr,ImageRect) Method
In This Topic
Copies a fragment of the image to a unmanaged block of memory.
Syntax
'Declaration
Public Overloads Function ExportFragment( _
ByVal As System.IntPtr, _
ByVal As ImageRect _
) As System.Integer
public System.int ExportFragment(
System.IntPtr ,
ImageRect
)
Parameters
- dstPtr
- The pointer to a unmanaged block of memory or IntPtr.Zero.
- srcRect
- The source rectangle within the image.
Return Value
Returns the number of bytes in the requested fragment of the image.
See Also