Please enable JavaScript to view this site.

ESL Documentation

Drawing Statement

Draw a circle in a graphical object.

[solid] [ [color] COLOR] circle [radius] RADIUS

solid

Fill the circle with the circle's color. If you omit solid, ESL draws just the circle's perimeter (out line).

color COLOR

A string value, integer value, or color keyword representing an ESL color. If you do not specify a color, ESL draws the circle in the color specified in a pattern reference or object definition.

RADIUS

An integer value representing the radius of the circle.

Description

ESL draws the circle centered at the current position of the graphics cursor. The final position of the graphics cursor is the same as its initial position, and the text cursor is moved to that position.

Example

response to NewScreen_GR

add to Start

solid color NewColor_SV circle radius Dist_IV