ArcObjects Library Reference  (Display)    

ICmykColor.Cyan Property

The cyan component of an ICmykColor (0-255).

[Visual Basic 6.0]
Property Cyan As Long
[Visual Basic .NET]
Public Property Cyan As Integer
[C#]
public int Cyan {get; set;}
[Java]
public int getCyan()
throws
    IOException,
    AutomationException
[Java]
public void setCyan(
Long Cyan
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Cyan(
  long* Cyan
);
[C++]
HRESULT put_Cyan(
  long Cyan

);

[C++]

Parameters

Cyan [out, retval]

  Cyan is a parameter of type long

Cyan [in]

  Cyan is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Cyan is the value of the cyan component of a CmykColor object. The valid value range is 0-255.

See Also

ICmykColor Interface

 


Feedback Send feedback on this page