BBjDrawPanel::moveTo
Description
In BBj 16.0 and higher, this method moves the BBjDrawPanel pen to the specified point without making a mark on the drawing surface.
Syntax
Return Value |
Method |
void |
moveTo(number x, int y) |
Parameters
Variable |
Description |
x |
Horizontal coordinate of the new pen position. |
y |
Vertical coordinate of the new pen position. |
Return Value
None .
Remarks
None.
Example
|
See Also
MOVETO Mnemonic - Move SYSGUI Pen
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.