ImageList.ImageCollection.Add メソッド (Image, Color)
指定した色を使用してマスクを生成し、指定したイメージを ImageList に追加します。
Overloads Public Function Add( _
ByVal value As Image, _ ByVal transparentColor As Color _) As Integer
[C#]
public int Add(Imagevalue,ColortransparentColor);
[C++]
public: int Add(Image* value,ColortransparentColor);
[JScript]
public function Add(
value : Image,transparentColor : Color) : int;
パラメータ
戻り値
新しく追加したイメージのインデックス。イメージを追加できなかった場合は -1。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | 追加されているイメージが null 参照 (Visual Basic では Nothing) です。 |
Exception | イメージに対する追加が失敗しました。 |
ArgumentException | 追加されているイメージが Bitmap ではありません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ImageList.ImageCollection クラス | ImageList.ImageCollection メンバ | System.Windows.Forms 名前空間 | ImageList.ImageCollection.Add オーバーロードの一覧