[VB] | Public Function getPixel(x As Integer, y As Integer) As Integer |
[C#] | public int getPixel(int x, int y); |
ChartDirector 5.1 (.NET Edition)
DrawArea.getPixel
Usage
[VB] | Public Function getPixel(x As Integer, y As Integer) As Integer |
[C#] | public int getPixel(int x, int y); |
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x coordinate of the pixel. |
y | (Mandatory) | The y coordinate of the pixel. |
Return Value