[C#] | public void fill2(int x, int y, int color, int borderColor); |
[VB] | Public Sub fill2(x As Integer, y As Integer, color As Integer, borderColor As Integer) |
ChartDirector 7.1 (.NET Edition)
DrawArea.
Usage
[C#] | public void fill2(int x, int y, int color, int borderColor); |
[VB] | Public Sub fill2(x As Integer, y As Integer, color As Integer, borderColor As Integer) |
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. |
borderColor | (Mandatory) | The color of the border that bounds the region. |
Return Value