ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / ExportFragment Method / ExportFragment(SoftwareBitmap,ImageRect) Method
The destination SoftwareBitmap.
The source rectangle within the image.

In This Topic
    ExportFragment(SoftwareBitmap,ImageRect) Method
    In This Topic
    Copies a fragment of the image to the given SoftwareBitmap.
    Syntax
    'Declaration
     
    Public Overloads Sub ExportFragment( _
       ByVal softwareBitmap As Windows.Graphics.Imaging.SoftwareBitmap, _
       ByVal srcRect As ImageRect _
    ) 
    public void ExportFragment( 
       Windows.Graphics.Imaging.SoftwareBitmap softwareBitmap,
       ImageRect srcRect
    )

    Parameters

    softwareBitmap
    The destination SoftwareBitmap.
    srcRect
    The source rectangle within the image.
    See Also