ToSoftwareBitmap(ImageRect) Method
Creates a SoftwareBitmap from a part of the image.
public Windows.Graphics.Imaging.SoftwareBitmap ToSoftwareBitmap(
ImageRect
)
'Declaration
Public Overloads Function ToSoftwareBitmap( _
ByVal As ImageRect _
) As Windows.Graphics.Imaging.SoftwareBitmap
Parameters
- srcRect
- The source rectangle within the image.