[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Indexed8bppBitmap.-ctor

Indexed8bppBitmap Constructor

Indexed8bppBitmap(int, int, bool, bool, float, float)

Initializes a new instance of the Indexed8bppBitmap class.

Declaration
public Indexed8bppBitmap(int pixelWidth, int pixelHeight, bool opaque, bool premultiplied = false, float dpiX = 96, float dpiY = 96)
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 whether the alpha channel should be ignored.

bool premultiplied

Indicates whether the color channels for all pixels are premultiplied by the alpha channel.

float dpiX

The horizontal dpi of the image.

float dpiY

The vertical dpi of the image.