[]
        
(Showing Draft Content)

C1.WPF.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)
Public Sub CreateImage(width As Integer, height As Integer, pixelFormat As 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.