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



Gets or sets the named color's PCS coordinates.

Syntax

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

Return Value

An array that contains the named color's PCS encoding.

Requirements

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

See Also