PaletteEntry.Green
Green プロパティ
パレット エントリの緑色強度値。
定義
Visual Basic | Public Property Green As Byte |
C# | public byte Green { get; set; } |
Managed C++ | public: __property Byte get_Green(); public: __property void set_Green(Byte); |
JScript | public function get Green() : byte public function set Green(byte); |
プロパティ値
System.Byte.
これは読み取り/書き込み可能プロパティである。
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.