To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
IPLOT - Moves the pen relative to its present location.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
IPLOT
Moves the pen relative to its present location.
IPLOT x-displacement, y-displacement [,pen-control]
IPLOT numeric-array(*) [,FILL] [,EDGE]
Usage:
IPLOT 10,0
IPLOT Xdisp,Ydisp,Pen
IPLOT Picto(*),FILL,EDGE
Example:
IPLOT.BAS
Description:
IPLOT
moves the pen from its current position by the specified X and Y displacements.
PIVOT
and
PDIR
affect
IPLOT
. See
PLOT
for a full explanation of
IPLOT
arguments.
See Also:
AREA
,
CLIP
,
DRAW
,
IDRAW
,
IMOVE
,
MOVE
,
PLOT
,
POLYLINE
,
POLYGON
,
RPLOT