Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

IccMatrix Constructor (IccMatrix)






Array that contains matrix data.
Initializes a new IccMatrix with explicit parameters.
Syntax
public IccMatrix( 
   int[] element
)
'Declaration
 
Public Function New( _
   ByVal element() As Integer _
)
'Usage
 
Dim element() As Integer
 
Dim instance As New IccMatrix(element)

            

            
public:
IccMatrix( 
   array<int>^ element
)

Parameters

element
Array that contains matrix data.
Requirements

Target Platforms

See Also

Reference

IccMatrix Structure
IccMatrix Members

Error processing SSI file