Rectangle data type

The format for a rectangle is {left: float, top: float, right: float, bottom: float}. For instance, dom.addNewOval(boundingRectangle) could look like the following example:

fw.getDocumentDOM().addNewOval({left:72, top:79, right:236, bottom:228});

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/fireworks/8/fwextending/fw_02_11.htm