[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Skia.GcSkiaGraphics.-ctor

GcSkiaGraphics Constructor

GcSkiaGraphics(int, int, bool, Color?)

Initializes a new instance of the GcSkiaGraphics.

Declaration
public GcSkiaGraphics(int width, int height, bool opaque = false, Color? backColor = null)
Parameters
Type Name Description
int width

The width of the image, in pixels.

int height

The height of the image, in pixels.

bool opaque

Indicates whether the alpha channel should be ignored.

Color? backColor

If not null, specifies the color to clear the drawing surface with.