Extending Flash |
|
|
|
| Objects > Document object > document.deleteEnvelope() | |||
Flash 8.
document.deleteEnvelope();
None.
A Boolean value: true if successful; false otherwise.
Method; deletes the envelope (bounding box that contains one or more objects) from the selected objects.
The following example deletes the envelope from the selected objects:
fl.getDocumentDOM().deleteEnvelope();
document.crop(), document.intersect(), document.punch(), document.union(), shape.isDrawingObject
|
|
|
|