nsrectstr(
THERECT
)

The nsrectstr( function converts a rectangle into text in the format x,y,width,height


Parameters

This function has one parameter:

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


Description

This function converts a rectangle into text in the format x,y,width,height. It is similar to rectanglesizestr(, but this function lists the coordinates in the order used by the Cocoa NSMakeRect( function.

Note: The rectanglesizestr( function lists the coordinates in the order used by Bill Atkinson in Quickdraw (the original Mac 128 ROMs).


See Also


History

VersionStatusNotes
10.0NewCarried over from Panorama 6.0