[]
        
(Showing Draft Content)

C1.Win.Bitmap.C1Bitmap.ToGdiBitmap

ToGdiBitmap Method

ToGdiBitmap()

Creates a System.Drawing.Bitmap from the image.

Declaration
public Bitmap ToGdiBitmap()
Public Function ToGdiBitmap() As Bitmap
Returns
Type Description
Bitmap

ToGdiBitmap(ImageRect)

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

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

The source rectangle within the image.

Returns
Type Description
Bitmap