LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 New IccChannelCoordinates(coordinates)
C# 
public IccChannelCoordinates( 
   int[] coordinates
)
C++/CLI 
public:
IccChannelCoordinates( 
   array<int>^ coordinates
)

Parameters

coordinates
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