ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / ToGdiBitmap Method / ToGdiBitmap(ImageRect) Method
The source rectangle within the image.

In This Topic
    ToGdiBitmap(ImageRect) Method
    In This Topic
    Creates a System.Drawing.Bitmap from a part of the image.
    Syntax
    'Declaration
     
    Public Overloads Function ToGdiBitmap( _
       ByVal srcRect As ImageRect _
    ) As System.Drawing.Bitmap
    public System.Drawing.Bitmap ToGdiBitmap( 
       ImageRect srcRect
    )

    Parameters

    srcRect
    The source rectangle within the image.
    See Also