ChartDirector Ver 3.0 (C++ Edition)

DrawArea.getPixel


Usage

int getPixel(int x, int y) const;

Description

Get the color of a pixel.

Arguments

ArgumentDefaultDescription
x(Mandatory)The x coordinate of the pixel.
y(Mandatory)The y coordinate of the pixel.

Return Value

The color of the pixel.