BBjDrawPanel::drawRect
Description
In BBj 16.0 and higher, this method draws a rectangle on the BBjDrawPanel using the current pen and BBjDrawPanel::setRound settings.
Syntax
Return Value |
Method |
void |
Parameters
Variable |
Description |
x |
Horizontal position of the upper left corner of the rectangle. |
y |
Vertical position of the upper left corner of the rectangle. |
width |
Width of the rectangle. |
height |
Height of the rectangle. |
Return Value
None.
Remarks
When converting from the 'RECT' mnemonic, note that these method parameters are specified differently.
Example
|
See Also
RECT Mnemonic - Draw Rectangle (SYSGUI)
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.