LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Element Property






Gets or sets the matrix element values. .NET support
Syntax
public int[] Element {get; set;}
'Declaration
 
Public Property Element As Integer()
'Usage
 
Dim instance As IccMatrix
Dim value() As Integer
 
instance.Element = value
 
value = instance.Element
public int[] Element {get; set;}
 get_Element();
set_Element(value);
public:
property array<int>^ Element {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array that contains matrix data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccMatrix Structure
IccMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.