{"name":"rectangle","info":"An expression that evaluates to a rectangle, in the form of four integers separated by commas (and, in AppleScript, enclosed in brackets).<br><br>\n\nItems 1 and 2 of a rectangle specify the left and top coordinates; items 3 and 4 specify the right and bottom coordinates (in pixels). For example:<br><br>\n\n<code><pre>0,0,200,250\nthe rect of card window\n\"30,30,\" & \"240,240\"\n{ 10, 35, 250, 300 } --AppleScript form<\/pre><\/code>"}