Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 456 Bytes

File metadata and controls

30 lines (16 loc) · 456 Bytes

document.resetTransformation()

Availability

Flash MX 2004.

Usage

document.resetTransformation()

Parameters

None.

Returns

Nothing.

Description

Method; resets the transformation matrix. This method is equivalent to selecting Modify>Transform >Remove Transform.

Example

The following example resets the transformation matrix for the current selection:

fl.getDocumentDOM().resetTransformation();