Extending Flash |
|
|
|
| Objects > Document object > document.resetTransformation() | |||
Flash MX 2004.
document.resetTransformation()
None.
Nothing.
Method; resets the transformation matrix. This method is equivalent to selecting Modify > Transform > Remove transform.
The following example resets the transformation matrix for the current selection:
fl.getDocumentDOM().resetTransformation();
|
|
|
|