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.

In This Topic
ExportFragment(WriteableBitmap,ImageRect) Method
In This Topic
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 _
) 
 

Parameters

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