Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccChannelCoordinates Constructor
See Also 
Leadtools.ColorConversion Namespace > IccChannelCoordinates Structure : IccChannelCoordinates Constructor




coordinates
Array that contains the xy coordinate value.
Initializes a new IccChannelCoordinates with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal coordinates() As Integer _
)
Visual Basic (Usage)Copy Code
Dim coordinates() As Integer
 
Dim instance As IccChannelCoordinates(coordinates)
C# 
public IccChannelCoordinates( 
   int[] coordinates
)
Managed Extensions for C++ 
public: IccChannelCoordinates( 
   int[]* coordinates
)
C++/CLI 
public:
IccChannelCoordinates( 
   array<int>^ coordinates
)

Parameters

coordinates
Array that contains the xy coordinate value.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also