Skip to main content

Matrix Properties

Properties

HasInverseHasInverse Property - returns true if this matrix is invertible, false otherwise.
IdentityReturns the multiplicative identity matrix.
IsIdentityReturns whether the matrix is the identity matrix.
M11The first element of the first row (scaleX).
M12The second element of the first row (skewY).
M13The third element of the first row (perspX: input x-axis perspective factor).
M21The first element of the second row (skewX).
M22The second element of the second row (scaleY).
M23The third element of the second row (perspY: input y-axis perspective factor).
M31The first element of the third row (offsetX/translateX).
M32The second element of the third row (offsetY/translateY).
M33The third element of the third row (perspZ: perspective scale factor).

See Also

Reference

Matrix Structure
Avalonia Namespace