LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Coordinates Property

Show in webframe





Gets or sets the array of the xy coordinate values.
Syntax
public int[] Coordinates {get; set;}
'Declaration
 
Public Property Coordinates As Integer()
'Usage
 
Dim instance As IccChannelCoordinates
Dim value() As Integer
 
instance.Coordinates = value
 
value = instance.Coordinates

            

            
public:
property array<int>^ Coordinates {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array that contains the xy coordinate value.
Requirements

Target Platforms

See Also

Reference

IccChannelCoordinates Structure
IccChannelCoordinates Members

 

 


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