C# 클래스 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.
파일 보기 프로젝트 열기: LogoFX/LogoFX

공개 메소드들

메소드 설명
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.

메소드 상세

Invert() 공개 정적인 메소드

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.
리턴 bool