LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 (    array<int>^ value);
}

Property Value

Array that contains matrix data.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also