NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Color.G

Returns the green value from the Color object.

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

See Also

Color Structure | Color Members | System.Drawing Namespace