Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ASC.SLB.COM!rxb From: rxb@ASC.SLB.COM (Rafael Bracho) Newsgroups: comp.windows.news Subject: Re: getbbox operator Message-ID: <9002051429.AA02021.rxb@plutonium.ASC.SLB.COM> Date: 7 Feb 90 06:12:50 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 11 The (undocumented) getbbox operator has the following syntax: object bool GETBBOX => x y x' y' where 'object' may be a string or a canvas. It will return the bounding box of the object in one of two forms: If 'bool' is true, the result is a "rect" (i.e., x' and y' are width and height, respectively), else, the result is a "bbox" (i.e., x' and y' are the corners of the upper-right corner, like in the 'pathbbox' operator). -Rafael