Re: Bounding Rectangle [and data type Rect]
Re: Bounding Rectangle [and data type Rect]
- Subject: Re: Bounding Rectangle [and data type Rect]
- From: Shane Stanley <email@hidden>
- Date: Mon, 29 Jul 2002 20:53:28 +1000
On 29/7/02 6:44 PM +1000, Paul Berkowitz, email@hidden, wrote:
>
'bounds' are properties of quite a lot of objects there, and I
>
wanted to make sure i had the ordering right, and to check whether it's four
>
separate integers in one list or two pairs of two-member lists, etc.
Keep in mind that bounds doesn't have to be {x1, y1, x2, y2}; in at least
two apps it's {y1, x1, y2, x2}. And there's no reason for it to be a pair of
lists because it only coincides with the coordinates of corner points when
the rectangle is not rotated; if the rectangle is rotated, bounds generally
refers to an imaginary unrotated rectangle that fully encloses the item.
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.