Extended Library for UWP/WinRT
Set(Int32,Color,String) メソッド

指定されたインデックスのパレットエントリに色と色名を割り当てます。
構文
'宣言
 
Public Overloads Sub Set( _
   ByVal index As System.Integer, _
   ByVal color As Windows.UI.Color, _
   ByVal colorName As System.String _
) 
public void Set( 
   System.int index,
   Windows.UI.Color color,
   System.string colorName
)

パラメータ

index
color
colorName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

ColorPalette クラス
ColorPalette メンバ
オーバーロード一覧

Send Feedback