←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly