Graphics
Set Relocatable Origin, Absolute
The relocatable origin
can
be
set
to
any
absolute coordinates
using
ASCII absolute format
(-16383 to 16383).
Set
Relocatable
Origin
Absolute:
Ec
* m
<X,Y>
j
where:
<X,
Y>
are
the
x
and
y coordinates
in
ASCII absolute format.
Examp
1
e:
Set
the
relocatable origin to display
the
box
in
the
figure so
that
the
box is
positioned
at
the
lower left corner of
the
display.
It
of
m-300
-100J
~
* p ah300,100 500,100 500,200 300,200 300,1
OOZ
300,200
500,200
Relocatable
Origin -
300,-100
300,100
500,100
Set Relocatable Origin
To
Current Pen Position
The relocatable origin
can
be
set
to
the
current
pen
position.
Set
Relocatable
Origin
To
Current
Pen
Position:
Ec
* m k
Set Relocatable Origin
To
Graphics Cursor Position
The relocatable origin
can
be
set
to
the
current
graphics cursor position.
Set
Relocatable
Origin
To
Graphics
Cursor
Position:
Ec
* m 1
D-24