graphical ->orientation: {north_west,south_west,north_east,south_east}Some graphical
objects may have negative graphical<-width
and graphical<-height.
The origin is the (X,Y) point of the graphical. (X+W, Y+H) refers to the
opposite corner (see graphical<->corner).
This method places the origin at one of the indicated corner. The
graphicals location and size on the screen is not affected by this
method. The values are:
north_west W>=0, H>=0 (->normalise)
north_east W < 0, H>=0
south_west W>=0, H < 0
south_east W < 0, H < 0
- See also
- - graphical
<-size
- graphical<-orientation
- graphical->normalise
- graphical->corner