Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 790 Bytes

File metadata and controls

32 lines (18 loc) · 790 Bytes

document.deleteEnvelope()

Availability

Flash 8.

Usage

document.deleteEnvelope()

Parameters

None.

Returns

None.

Description

Method; deletes the envelope (bounding box that contains one or more objects) from the selected objects. If no objects are selected, calling this method results in an error and the script breaks at that point.

Example

The following example deletes the envelope from the selected objects:
fl.getDocumentDOM().deleteEnvelope();

See also

document.crop(), document.intersect(), document.punch(), document.union(), shape.isDrawingObject