inverse method
Returns a new matrix that is the inverse of the current matrix.
![]() ![]() |
Syntax
HRESULT retVal = object.inverse(retMatrix);
Parameters
- retMatrix [out, retval]
-
Type: MSCSSMatrix
The returned matrix.
Return value
Type: HRESULT
This method can return one of these values.
| Return code/value | Description |
|---|---|
|
The operation completed successfully. |
|
The current matrix cannot be inverted. |
Standards information
- CSS Transitions Module Level 3, Section 10.1
Show:

