document.deleteEnvelope()

Availability

Flash 8.

Usage

document.deleteEnvelope()

Parameters

None.

Returns

A Boolean value: true if successful; false otherwise.

Description

Method; deletes the envelope (bounding box that contains one or more objects) from the selected objects.

Example

The following example deletes the envelope from the selected objects:

fl.getDocumentDOM().deleteEnvelope();