Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leZoomToPoint

leZoomToPoint( 
w_windowId 
l_points 
) 
=> t / nil

Description

Places the cursor in the window, w_windowId, at the coordinates specified in l_points.

Arguments

w_windowId

Window ID of the window specified.

l_points

List of two XY coordinates.

Value Returned

t

The cursor is placed at the coordinates in the window specified.

nil

The cursor is not placed at the coordinates in the window specified.

Example

leZoomToPoint(hiGetCurrentWindow(), 100:0)

Return to top
 ⠀
X