C# Class LogoFX.Client.Mvvm.View.Infra.Controls.MatrixExtensions

This set of internal extension methods provide general solutions and utilities in a small enough number to not warrant a dedicated extension methods class.
Exibir arquivo Open project: LogoFX/LogoFX

Public Methods

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.

Method Details

Invert() public static method

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