DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / ColorMatrix5x4 Class / ColorMatrix5x4 Constructor / ColorMatrix5x4 Constructor(Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single)
The value to assign at row 1 column 1 of the ColorMatrix5x4.
The value to assign at row 1 column 2 of the ColorMatrix5x4.
The value to assign at row 1 column 3 of the ColorMatrix5x4.
The value to assign at row 1 column 4 of the ColorMatrix5x4.
The value to assign at row 2 column 1 of the ColorMatrix5x4.
The value to assign at row 2 column 2 of the ColorMatrix5x4.
The value to assign at row 2 column 3 of the ColorMatrix5x4.
The value to assign at row 2 column 4 of the ColorMatrix5x4.
The value to assign at row 3 column 1 of the ColorMatrix5x4.
The value to assign at row 3 column 2 of the ColorMatrix5x4.
The value to assign at row 3 column 3 of the ColorMatrix5x4.
The value to assign at row 3 column 4 of the ColorMatrix5x4.
The value to assign at row 4 column 1 of the ColorMatrix5x4.
The value to assign at row 4 column 2 of the ColorMatrix5x4.
The value to assign at row 4 column 3 of the ColorMatrix5x4.
The value to assign at row 4 column 4 of the ColorMatrix5x4.
The value to assign at row 5 column 1 of the ColorMatrix5x4.
The value to assign at row 5 column 2 of the ColorMatrix5x4.
The value to assign at row 5 column 3 of the ColorMatrix5x4.
The value to assign at row 5 column 4 of the ColorMatrix5x4.

In This Topic
ColorMatrix5x4 Constructor(Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single,Single)
In This Topic
Initializes a new instance of the ColorMatrix5x4 struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal M11 As System.Single, _
   ByVal M12 As System.Single, _
   ByVal M13 As System.Single, _
   ByVal M14 As System.Single, _
   ByVal M21 As System.Single, _
   ByVal M22 As System.Single, _
   ByVal M23 As System.Single, _
   ByVal M24 As System.Single, _
   ByVal M31 As System.Single, _
   ByVal M32 As System.Single, _
   ByVal M33 As System.Single, _
   ByVal M34 As System.Single, _
   ByVal M41 As System.Single, _
   ByVal M42 As System.Single, _
   ByVal M43 As System.Single, _
   ByVal M44 As System.Single, _
   ByVal M51 As System.Single, _
   ByVal M52 As System.Single, _
   ByVal M53 As System.Single, _
   ByVal M54 As System.Single _
)
 

Parameters

M11
The value to assign at row 1 column 1 of the ColorMatrix5x4.
M12
The value to assign at row 1 column 2 of the ColorMatrix5x4.
M13
The value to assign at row 1 column 3 of the ColorMatrix5x4.
M14
The value to assign at row 1 column 4 of the ColorMatrix5x4.
M21
The value to assign at row 2 column 1 of the ColorMatrix5x4.
M22
The value to assign at row 2 column 2 of the ColorMatrix5x4.
M23
The value to assign at row 2 column 3 of the ColorMatrix5x4.
M24
The value to assign at row 2 column 4 of the ColorMatrix5x4.
M31
The value to assign at row 3 column 1 of the ColorMatrix5x4.
M32
The value to assign at row 3 column 2 of the ColorMatrix5x4.
M33
The value to assign at row 3 column 3 of the ColorMatrix5x4.
M34
The value to assign at row 3 column 4 of the ColorMatrix5x4.
M41
The value to assign at row 4 column 1 of the ColorMatrix5x4.
M42
The value to assign at row 4 column 2 of the ColorMatrix5x4.
M43
The value to assign at row 4 column 3 of the ColorMatrix5x4.
M44
The value to assign at row 4 column 4 of the ColorMatrix5x4.
M51
The value to assign at row 5 column 1 of the ColorMatrix5x4.
M52
The value to assign at row 5 column 2 of the ColorMatrix5x4.
M53
The value to assign at row 5 column 3 of the ColorMatrix5x4.
M54
The value to assign at row 5 column 4 of the ColorMatrix5x4.
See Also