Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccMatrix Constructor
See Also 
Leadtools.ColorConversion Namespace > IccMatrix Structure : IccMatrix Constructor



element
Array that contains matrix data.
Initializes a new IccMatrix with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal element() As Integer _
)
Visual Basic (Usage)Copy Code
Dim element() As Integer
 
Dim instance As IccMatrix(element)
C# 
public IccMatrix( 
   int[] element
)
C++/CLI 
public:
IccMatrix( 
   array<int>^ element
)

Parameters

element
Array that contains matrix data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also