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