leSizeShape
leSizeShape(d_shapeId g_resize) =>l_shapes/nil
Description
Resizes a shape by the specified amount. A shape can be resized uniformly in all directions or differently in different directions.
Arguments
Value Returned
Example
Increases the size of the shape1 shape by 2 user units in all directions:
leSizeShape( shape1 2 )
Increases the size of the shape1 shape by user units in the following directions: 2 on the left, 1 on the right, 3 at the top, and 1 at the bottom:
leSizeShape( shape1 ‘(2 1 3 1))
Interactive Function
Enter this function with only the window ID argument; the system prompts you to point to the shape to size and specify resize value. If you do not specify w_windowId, the current window is used.
leHiSize( [ w_windowId ] ) => t / nil
Return to top