Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ColorDeviceCoordinates Property
See Also 
Leadtools.ColorConversion Namespace > IccNamedColor2Data Structure : ColorDeviceCoordinates Property



Gets or sets the named color's device coordinates.

Syntax

Visual Basic (Declaration) 
Public Property ColorDeviceCoordinates As UShort()
Visual Basic (Usage)Copy Code
Dim instance As IccNamedColor2Data
Dim value() As UShort
 
instance.ColorDeviceCoordinates = value
 
value = instance.ColorDeviceCoordinates
C# 
public ushort[] ColorDeviceCoordinates {get; set;}
C++/CLI 
public:
property array<ushort>^ ColorDeviceCoordinates {
   array<ushort>^ get();
   void set (ushortarray<value>^ value);
}

Return Value

Array that contains name color's device coordinates.

Requirements

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

See Also