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



Gets or sets the matrix element values.

Syntax

Visual Basic (Declaration) 
Public Property Element As Integer()
Visual Basic (Usage)Copy Code
Dim instance As IccMatrix
Dim value() As Integer
 
instance.Element = value
 
value = instance.Element
C# 
public int[] Element {get; set;}
C++/CLI 
public:
property array<int>^ Element {
   array<int>^ get();
   void set (intarray<value>^ value);
}

Return Value

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