ComponentOne Bitmap for UWP
ExportFragment(SoftwareBitmap,ImageRect) Method

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.
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

Reference

C1Bitmap Class
C1Bitmap Members
Overload List