LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Element Property

Show in webframe





Gets or sets the matrix element values.
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:
property array<int>^ Element {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array that contains matrix data.
Requirements

Target Platforms

See Also

Reference

IccMatrix Structure
IccMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.