ArcObjects Library Reference (Display)  

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(
  long Magenta
);
[C++]

Parameters

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