[]
        
(Showing Draft Content)

C1.Util.Drawing.GetBitmap

GetBitmap Method

GetBitmap(int, int)

Gets created bitmap.

Declaration
public static GcBitmap GetBitmap(int pixelWidth, int pixelHeight)
Parameters
Type Name Description
int pixelWidth

The width of the bitmap in pixels.

int pixelHeight

The height of the bitmap in pixels.

Returns
Type Description
GcBitmap