Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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;}
Managed Extensions for C++ 
public: __property int[]* get_Element();
public: __property void set_Element( 
   int[]* value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also