setrectedges
RECTANGLE
,
TOP
,
LEFT
,
BOTTOM
,
RIGHT

The setrectedges statement changes the edges of the specified rectangle.


Parameters

This statement has five parameters:

rectangle – rectangle to be modified

top – new top edge of rectangle.

left – new left edge of rectangle.

bottom – new bottom edge of rectangle.

right – new right edge of rectangle.


Description

This statement sets all four edges of the specified rectangle.

setrectedges myRectangle,50,100,150,400

Note: In Panorama 6 and earlier, this statement allowed empty values in the middle of the parameter list, which would leave the corresponding edge unmodified. This is no longer allowed. Use rectangletweak( to independently adjust rectangle edges.


See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, but no longer allows empty parameters (see note above).