ComponentOne Bitmap for UWP
ToSoftwareBitmap(ImageRect) Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class > ToSoftwareBitmap Method : ToSoftwareBitmap(ImageRect) Method
The source rectangle within the image.
Creates a SoftwareBitmap from a part of the image.
Syntax
'Declaration
 
Public Overloads Function ToSoftwareBitmap( _
   ByVal srcRect As ImageRect _
) As Windows.Graphics.Imaging.SoftwareBitmap
public Windows.Graphics.Imaging.SoftwareBitmap ToSoftwareBitmap( 
   ImageRect srcRect
)

Parameters

srcRect
The source rectangle within the image.
See Also

Reference

C1Bitmap Class
C1Bitmap Members
Overload List