This topic has not yet been rated - Rate this topic

inverse method

Returns a new matrix that is the inverse of the current matrix.

CSS Transitions Module Level 3, Section 10.1Internet Explorer 10

Syntax

var retMatrix = MSCSSMatrix.inverse();

Parameters

retMatrix [out, retval]

Type: MSCSSMatrix

The returned matrix.

Return value

Type: MSCSSMatrix

The returned matrix.

Standards information

See also

MSCSSMatrix

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.