次の方法で共有


PaletteEntry.PaletteEntry(Byte,Byte,Byte,Byte)

PaletteEntry メソッド

オブジェクトの新しいインスタンスを初期化する。

定義

Visual Basic Public Sub PaletteEntry( _
    ByVal red As Byte, _
    ByVal green As Byte, _
    ByVal blue As Byte, _
    ByVal flags As Byte _
)
C# public PaletteEntry(
    byte red,
    byte green,
    byte blue,
    byte flags
);
Managed C++ public: PaletteEntry(
    Byte red,
    Byte green,
    Byte blue,
    Byte flags
);
JScript public function PaletteEntry(
    red : byte,
    green : byte,
    blue : byte,
    flags : byte
);

パラメータ

red System.Byte.
green System.Byte.
blue System.Byte.
flags System.Byte.

対象

PaletteEntry

© 2002 Microsoft Corporation. All rights reserved. Terms of use.