This documentation is archived and is not being maintained.

Color.R Property

Gets the red component value of this Color structure.

[Visual Basic]
Public ReadOnly Property R As Byte
[C#]
public byte R {get;}
[C++]
public: __property unsigned char get_R();
[JScript]
public function get R() : Byte;

Property Value

The red component value of this Color structure.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

Color Structure | Color Members | System.Drawing Namespace

Show: