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

dlDrawSegment

dlDrawSegment(
l_point1 
l_point2 
) 
=> t / nil 

Description

Draws a line segment to the screen from within a SkillObject procedure.

Arguments

l_point1

First point of the segment, assuming 0:0 to be the lower-left corner.

l_point2

Second point of the segment, assuming 0:0 to be the lower-left corner.

Related Topics

Display List Draw Functions


Return to top
 ⠀
X