ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D.Effects Namespace / ColorMatrix Class / Matrix Property

In This Topic
    Matrix Property
    In This Topic
    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