ArcObjects Library Reference  (Display)    

ICmykColor.Magenta Property

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

[Visual Basic 6.0]
Property Magenta As Long
[Visual Basic .NET]
Public Property Magenta As Integer
[C#]
public int Magenta {get; set;}
[Java]
public int getMagenta()
throws
    IOException,
    AutomationException
[Java]
public void setMagenta(
Long Magenta
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page