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

Coordinates Property






Gets or sets the array of the xy coordinate values. .NET support
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 int[] Coordinates {get; set;}
 get_Coordinates();
set_Coordinates(value);
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: 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

IccChannelCoordinates Structure
IccChannelCoordinates Members

 

 


Products | Support | Contact Us | Copyright Notices

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