Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Coordinates Property






Gets or sets the array of the xy coordinate values.
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:
property array<int>^ Coordinates {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array that contains the xy coordinate value.
Requirements

Target Platforms

See Also

Reference

IccChannelCoordinates Structure
IccChannelCoordinates Members

Error processing SSI file