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


IRgbColor.Red Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IRgbColor.Red Property

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

Product Availability

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

Description

Red is the value of the red component of a RGBColor object. The valid value range is 0-255.

See Also

IRgbColor Interface

.NET Snippets

Draw Polyline | Create Picture Marker Symbol | Draw Polygon | Create RGBColor