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


ICmykColor.Magenta 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.Magenta Property
ArcGIS Developer Help

ICmykColor.Magenta Property

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(
  System.Int32* Magenta
);
[C++]
Parameters
Magenta [in]

Magenta is a parameter of type long Magenta [out, retval]
Magenta is a parameter of type long*

Product Availability

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

Description

Magenta is the value of the magenta component of a CmykColor object. The valid value range is 0-255.

See Also

ICmykColor Interface