ExportFragment(WriteableBitmap,ImageRect) Method
Copies a fragment of the image to the given WriteableBitmap.
public void ExportFragment(
Windows.UI.Xaml.Media.Imaging.WriteableBitmap ,
ImageRect
)
'Declaration
Public Overloads Sub ExportFragment( _
ByVal As Windows.UI.Xaml.Media.Imaging.WriteableBitmap, _
ByVal As ImageRect _
)
Parameters
- writeableBitmap
- The destination WriteableBitmap.
- srcRect
- The source rectangle within the image.