BBjDrawPanel::drawText
Description
In BBj 16.0
and higher, this method draws the specified text starting at position (x,y)
on
the BBjDrawPanel using
the current text color and font.
Syntax
Return Value |
Method |
void |
Parameters
Variable |
Description |
x |
Horizontal location of the base of the beginning of the text. |
y |
Vertical location of the base of the beginning of the text. |
text |
Text to be drawn. |
Return Value
None.
Remarks
None.
Example
|
See Also
PLOTTEXT Mnemonic - Plot Text (SYSGUI)
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.