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