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