This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* Red
);
[C++] Parameters Red [in]
Red is a parameter of type long Red [out, retval]
Red is a parameter of type long*