ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / ExportFragment Method / ExportFragment(IntPtr,ImageRect) Method
The pointer to the unmanaged block of memory or IntPtr.Zero.
The source rectangle within the image.

In This Topic
    ExportFragment(IntPtr,ImageRect) Method
    In This Topic
    Copies a fragment of the image to the unmanaged block of memory.
    Syntax
    'Declaration
     
    Public Overloads Function ExportFragment( _
       ByVal dstPtr As System.IntPtr, _
       ByVal srcRect As ImageRect _
    ) As System.Integer
    public System.int ExportFragment( 
       System.IntPtr dstPtr,
       ImageRect srcRect
    )

    Parameters

    dstPtr
    The pointer to the 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