ComponentOne Bitmap for UWP
Matrix Property

C1.UWP.DX Assembly > C1.Util.DX.Direct2D.Effects Namespace > ColorMatrix Class : Matrix Property
A 5x4 matrix of float values. The elements in the matrix are not bounded and are unitless. The default is the identity matrix.
Syntax
'Declaration
 
Public Property Matrix As Matrix5x4
public Matrix5x4 Matrix {get; set;}
See Also

Reference

ColorMatrix Class
ColorMatrix Members