Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 (intarray<value>^ value);
}

Return Value

Array that contains the xy coordinate value.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also