ComponentOne Bitmap for UWP
ExportFragment(WriteableBitmap,ImageRect) Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class > ExportFragment Method : ExportFragment(WriteableBitmap,ImageRect) Method
The destination WriteableBitmap.
The source rectangle within the image.
Copies a fragment of the image to the given WriteableBitmap.
Syntax
'Declaration
 
Public Overloads Sub ExportFragment( _
   ByVal writeableBitmap As Windows.UI.Xaml.Media.Imaging.WriteableBitmap, _
   ByVal srcRect As ImageRect _
) 
public void ExportFragment( 
   Windows.UI.Xaml.Media.Imaging.WriteableBitmap writeableBitmap,
   ImageRect srcRect
)

Parameters

writeableBitmap
The destination WriteableBitmap.
srcRect
The source rectangle within the image.
See Also

Reference

C1Bitmap Class
C1Bitmap Members
Overload List