BBjDrawPanel::drawPoint
Description
In BBj 16.0
and higher, this method draws a point at (x,y)
on the BBjDrawPanel using
the current pen color.
Syntax
Return Value |
Method |
void |
drawPoint(int x, int y) |
Parameters
Variable |
Description |
x |
Horizontal location of the point. |
y |
Vertical location of the point. |
Return Value
None.
Remarks
Technically, this draws a
solidly filled circle with a diameter of the current pen width centered
at (x,y)
. The pen
position remains unchanged.
Example
|
See Also
SET Mnemonic - Plot a Point in SYSGUI Window
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.