LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Coordinates Property
See Also 
Leadtools.ColorConversion Namespace > IccChannelCoordinates Structure : Coordinates Property



Gets or sets the array of the xy coordinate values.

Syntax

Visual Basic (Declaration) 
Public Property Coordinates As Integer()
Visual Basic (Usage)Copy Code
Dim instance As IccChannelCoordinates
Dim value() As Integer
 
instance.Coordinates = value
 
value = instance.Coordinates
C# 
public int[] Coordinates {get; set;}
C++/CLI 
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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also