←Select platform

IccMatrix Constructor

Summary

Initializes a new IccMatrix with explicit parameters.

Syntax
C#
VB
C++
public IccMatrix( 
   int[] element 
) 
  
Public Function New( _ 
   ByVal element() As Integer _ 
) 
public: 
IccMatrix(  
   array<int>^ element 
) 

Parameters

element
Array that contains matrix data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly