Click or drag to resize
Matrix5x4 Structure
A 5x4 matrix, used for color transforms. See ColorMatrixEffect for usage examples.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct Matrix5x4

The Matrix5x4 type exposes the following members.

Fields
  NameDescription
Public fieldM11
Value at row 1 column 1 of the matrix.
Public fieldM12
Value at row 1 column 2 of the matrix.
Public fieldM13
Value at row 1 column 3 of the matrix.
Public fieldM14
Value at row 1 column 4 of the matrix.
Public fieldM21
Value at row 2 column 1 of the matrix.
Public fieldM22
Value at row 2 column 2 of the matrix.
Public fieldM23
Value at row 2 column 3 of the matrix.
Public fieldM24
Value at row 2 column 4 of the matrix.
Public fieldM31
Value at row 3 column 1 of the matrix.
Public fieldM32
Value at row 3 column 2 of the matrix.
Public fieldM33
Value at row 3 column 3 of the matrix.
Public fieldM34
Value at row 3 column 4 of the matrix.
Public fieldM41
Value at row 4 column 1 of the matrix.
Public fieldM42
Value at row 4 column 2 of the matrix.
Public fieldM43
Value at row 4 column 3 of the matrix.
Public fieldM44
Value at row 4 column 4 of the matrix.
Public fieldM51
Value at row 5 column 1 of the matrix.
Public fieldM52
Value at row 5 column 2 of the matrix.
Public fieldM53
Value at row 5 column 3 of the matrix.
Public fieldM54
Value at row 5 column 4 of the matrix.
Top
See Also