バージョン

ColorWellUIElement コンストラクタ

コンストラクター。UIElement クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal color As Color, _
   ByVal coords As Point _
)
public ColorWellUIElement( 
   UIElement parent,
   Color color,
   Point coords
)

パラメータ

parent
親要素
color
カラー ウェルによって表示される色。
coords
グリッド パレットにおける要素の行および列のインデックスを示すポイント。
参照