[]
        
(Showing Draft Content)

C1.Win.Bitmap.C1Bitmap.CreateImage

CreateImage Method

CreateImage(int, int, PixelFormat)

Creates the internal image of the given size with uninitialized content.

Declaration
public void CreateImage(int width, int height, PixelFormat pixelFormat)
Parameters
Type Name Description
int width

The width of the image, in pixels.

int height

The height of the image, in pixels.

PixelFormat pixelFormat

The pixel format of the image.