[VB] | Public Sub fill(x As Integer, y As Integer, color As Integer) |
[C#] | public void fill(int x, int y, int color); |
ChartDirector 5.1 (.NET Edition)
DrawArea.fill
Usage
[VB] | Public Sub fill(x As Integer, y As Integer, color As Integer) |
[C#] | public void fill(int x, int y, int color); |
Description
Arguments
Argument | Default | Description |
---|---|---|
x | (Mandatory) | The x coordinate one pixel inside the region to be filled. |
y | (Mandatory) | The y coordinate one pixel inside the region to be filled. |
color | (Mandatory) | The color used to fill the region. |
Return Value