ChartDirector 7.1 (.NET Edition)

DrawArea.getPixel


Usage

[C#]public int getPixel(int x, int y);
[VB]Public Function getPixel(x As Integer, y As Integer) As Integer

Description

Gets 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.