This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICmykColor Interface > ICmykColor.Magenta Property (ArcObjects .NET 10.5 SDK) |
The magenta component of an ICmykColor (0-255).
[Visual Basic .NET] Public Property Magenta As Integer
[C#] public int Magenta {get; set;}
[C++]
HRESULT get_Magenta(
long* Magenta
);
[C++]
HRESULT put_Magenta(
long Magenta
);
[C++]
Parameters Magenta [out, retval] Magenta is a parameter of type long Magenta [in] Magenta is a parameter of type long