This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRgbColor Interface > IRgbColor.Red Property (ArcObjects .NET 10.4 SDK) |
The red component of an IRgbColor (0-255).
[Visual Basic .NET] Public Property Red As Integer
[C#] public int Red {get; set;}
[C++]
HRESULT get_Red(
long* Red
);
[C++]
HRESULT put_Red(
long Red
);
[C++]
Parameters Red [out, retval] Red is a parameter of type long Red [in] Red is a parameter of type long