Please enable JavaScript to view this site.

ESL Documentation

Any drawing statements that are part of an object definition are executed relative to the object's origin. For graphical objects, the drawing statements are specified in X and Y coordinates. For example:

 

key C at position 150 250

    draw by 100 175

 

The image that would appear on the screen is:

 

_img251

You can specify negative numbers as coordinate positions. Suppose that ESL next executes the following draw statement:

 

draw 0 -100

 

ESL draws the following line:

 

 

_img252