rtop(
RECTANGLE
)

The rtop( function extracts the position of the top edge of a rectangle (see rectangle(, Graphic Coordinates).


Parameters

This function has one parameter:

rectangle – is the rectangle you want to get information about. See the rectangle( and rectanglesize( functions for additional information.


Description

This function returns the position of the top edge of the rectangle (in points). This position is expressed as a floating point number.


Error Messages

rtop( function requires a binary parameter. – The input to this function must be a binary value generated by the rectangle( function (or any other function that generates a binary rectangle value)


See Also


History

VersionStatusNotes
10.0UpdatedThis function returns a floating point number (Panorama 6 and earlier versions returned an integer value).