BBjDrawPanel::drawEllipse
Description
In BBj 16.0 and higher, this method draws a closed curve (ellipse or circle) on the BBjDrawPanel that fits just inside a rectangle delimited by the coordinates given.
Syntax
Return Value |
Method |
void |
Parameters
Variable |
Description |
x |
Horizontal position of upper left corner of the rectangle. |
y |
Vertical position of the upper left corner of the rectangle. |
width |
The width of the rectangle. |
height |
The height of the rectangle. |
Return Value
None.
Remarks
When converting from the 'ELLIPSE' mnemonic, note that these method parameters are specified differently.
Example
|
See Also
ELLIPSE Mnemonic - Draw Ellipse (SYSGUI)
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.