ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / ToSoftwareBitmap Method / ToSoftwareBitmap(ImageRect) Method
The source rectangle within the image.

In This Topic
    ToSoftwareBitmap(ImageRect) Method
    In This Topic
    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