Extending Flash |
|
|
|
| Objects > SymbolItem object > symbolItem.scalingGridRect | |||
Flash 8.
symbolItem.scalingGridRect
Property; a Rectangle object that specifies the locations of the four 9-slice guides. For information on the format of the rectangle, see document.addNewRectangle().
The following example specifies the locations of the 9-slice guides:
fl.getDocumentDOM().library.items[0].scalingGridRect = {left:338, top:237, right:3859, bottom:713};
|
|
|
|