Please enable JavaScript to view this site.

A-Shell Development History

GDI //IMAGE enhancement: image position may now be set relative to current position, without knowing your current position on the page. The left and/or top coordinate parameters may be set to zero to indicate the current horizontal and vertical position. The right and/or bottom coordinate parameters may be set to negative values to indicate width and height (rather than absolute right and bottom positions).For example,

//IMAGE, spec, 0, 0, -100, -200

will scale the image to 100 by 200 units (in the current mapmode) and position it with the upper left corner at the current cursor position.