|

the software that grows
with you
| |
|
V32PEllipse()
|
| Draws an ellipse or circle at the
specified coordinates and styles. |
|
Syntax
|
| V32PEllipse( nRow, nCol, nRow2, nCol2,
nThick, nBrdColor, nFillColor, nPattern ) |
|
Arguments
|
| Param |
Default |
Description |
| nRow |
|
Row position to specify object's top-left
corner. |
| nCol |
|
Row position to specify object's top-left
corner. |
| nRow2 |
|
Row position to specify object's bottom-right corner. |
| nCol2 |
|
Col position to specify object's right-bottom corner. |
| nThick |
0.5 |
Thickness of the border of ellipse. |
| nBrdColor |
0 |
Rgb() color index to use as border color.
Alternatively Clipper color index can be used. -255 for no color at
all. |
| nFillColor |
V32_NONE |
Rgb() color index to use as fill color of the ellipse.
Clipper colors can be used alternatively. |
| nPattern |
V32_SOLID |
|
|
|
Returns
|
| NIL |
|
Description
|
| |
|
Usage
|
| |
|
Tips
|
|
|