This document is archived and information here might be outdated.  Recommended version.


ICmykColor.Cyan Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICmykColor Interface > ICmykColor.Cyan Property
ArcGIS Developer Help

ICmykColor.Cyan Property

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

[Visual Basic .NET]
Public Property Cyan As Integer
[C#]
public int Cyan {get; set;}
[C++]
HRESULT get_Cyan(
  long Cyan
);
[C++]
HRESULT put_Cyan(
  System.Int32* Cyan
);
[C++]
Parameters
Cyan [in]

Cyan is a parameter of type long Cyan [out, retval]
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