Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

dlDrawBox

dlDrawBox(
l_point1 
l_point2 
) 
=> t / nil 

Description

Draws a box to the screen from within a SkillObject procedure.

Arguments

l_point1 and l_point2

Any two opposite corners of a box.

Examples

dlDrawBox('(0 0) '(1 1))

Related Topics

Display List Draw Functions


Return to top
 ⠀
X