Navigation: ESL Documentation > Quick Reference Guide Drawing |
Scroll Prev Top Next More |
Overwrite a rectangular area of text in a textual region with blanks. |
blank block [column] COL_NO [line] LINE_NO [thru [column] COL_NO [line] LINE_NO]
|
Draw a rectangle in a graphical object. |
[solid] [[color] COLOR] box XOFFSET YOFFSET
|
Draw a circle in a graphical object. |
[solid] [ [color] COLOR] circle [radius] RADIUS
|
Draw a line in a graphical object. |
[[color] COLOR] draw {[by] XOFFSET YOFFSET [,XOFFSET YOFFSET]... |to X Y [,X Y] ...}
|
Draw an arc within a shape definition. |
# In Specified Degrees draw arc DEGREES degrees [counter clockwise|clockwise] center [by|to|at] XCENTER YCENTER
# To a Specified Endpoint draw arc {by|to} XEND YEND [counter clockwise|clockwise] center {by|to|at} XCENTER YCENTER
|
Draw an ellipse within a graphical object. |
[solid] [[color] COLOR] ellipse major [radius] MAJOR minor [radius] MINOR
|
Insert text at a specified location in a textual region, list box, or alphanumeric spin button. # For Textual Regions: insert { [at cursor|after cursor] { TEXT_STRING | segment [column] COL_NO [line] LINE_NO [thru [column] COL_NO [line] LINE_NO] from TR_NAME } | block [column] COL_NO [line] LINE_NO [thru [column] COL_NO [line] LINE_NO] from TR_NAME | [colored] file FILE_NAME } # For List Boxes and Alphanumeric Spin Buttons: insert {TEXT_STRING|file ASCII_FILE_NAME} # For Sliders: insert ticks every TICK_OFFSET [from LOW_INCREMENT thru HIGH_INCREMENT] size TICK_SIZE
|
Move the cursor to a specified position. # For Graphical Objects: move {[by] XOFFSET YOFFSET|to X Y} For Textual Regions: move {[by] COLUMNS [columns] LINES [lines]| to [column] COL_NO [line] LINE_NO}
|
Move the graphics cursor in an arc. |
# In Specified Degrees move arc DEGREES degrees [counter clockwise|clockwise] center [by|to|at] XCENTER YCENTER
# To a Specified Endpoint move arc {by|to} XEND YEND [counter clockwise|clockwise] center [by|to|at] XCENTER YCENTER
|
Replace text with a string value, a text segment, or a text block. |
overwrite {[at cursor] [text] TEXT_STRING | {segment|block} [column] COL_NO [line] LINE_NO [thru [column] COL_NO [line] LINE_NO]} from TR_NAME}
|
Draw a polygon in a graphical object. |
[[color] COLOR] polygon XOFFSET1 YOFFSET1, XOFFSET2 YOFFSET2 [, XOFFSET3 YOFFSET3] ... at {[position] X Y|default position}
|
Draw one or more closed figures in a graphical object. |
[solid] [[color] COLOR] shape [[color] COLOR border] boundary [MOVE_STATEMENT] ... DRAWING_STATEMENT [DRAWING_STATEMENT] ... [boundary [MOVE_STATEMENT] ... DRAWING_STATEMENT [DRAWING_STATEMENT] ... ] ... end shape
|
Display text in a graphical region or key. [[color] COLOR] [font FONT_NAME] [text [align|center]] TEXT_STRING
|
Draw a wedge in a graphical object. |
[solid] [[color] COLOR] wedge [radius] RADIUS from DEG1 degrees to DEG2 degrees |