[]
        
(Showing Draft Content)

C1.Win.Bitmap.C1Bitmap.ToGdiBitmap

ToGdiBitmap Method

ToGdiBitmap()

Creates a System.Drawing.Bitmap from the image.

Declaration
public Bitmap ToGdiBitmap()
Returns
Type Description
Bitmap

ToGdiBitmap(ImageRect)

Creates a System.Drawing.Bitmap from a part of the image.

Declaration
public Bitmap ToGdiBitmap(ImageRect srcRect)
Parameters
Type Name Description
ImageRect srcRect

The source rectangle within the image.

Returns
Type Description
Bitmap