[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.GcSkiaBitmap.CreateImage

CreateImage Method

CreateImage(int, int, bool)

Creates the image of the given size.

Declaration
public void CreateImage(int pixelWidth, int pixelHeight, bool opaque = false)
Public Sub CreateImage(pixelWidth As Integer, pixelHeight As Integer, Optional opaque As Boolean = False)
Parameters
Type Name Description
int pixelWidth

The width of the image, in pixels.

int pixelHeight

The height of the image, in pixels.

bool opaque

Indicates if the alpha channel should be ignored.