leMoveCellViewOrigin
leMoveCellViewOrigin(
d_cellViewId
l_point
)
=> t / nil
Description
Moves the contents of cellview d_cellViewId so that the origin is at l_point.
Arguments
Value Returned
Example
Moves the contents of cellview cell2 a negative 14 user units in the X direction and a negative 14 user units in the Y direction, so that the origin is at the original 14:14 location. Returns t.
leMoveCellViewOrigin( cell2 14:14 )
Interactive Function
Enter this function with only the window ID argument; the system prompts you to point to the new origin. If you do not specify w_windowId, the current window is used.
leHiMoveOrigin( [ w_windowId ] ) => t / nil
Return to top