Method | Description | |
---|---|---|
Invert ( this m, System.Windows.Media.Matrix &outputMatrix ) : bool |
Inverts a Matrix. The Invert functionality on the Matrix type is internal to the framework only. Since Matrix is a struct, an out parameter must be presented.
|
public static Invert ( this m, System.Windows.Media.Matrix &outputMatrix ) : bool | ||
m | this | The Matrix object. |
outputMatrix | System.Windows.Media.Matrix | The matrix to return by an output /// parameter. |
return | bool |