System.Windows.Forms.ImageList.ImageCollection.Add C# (CSharp) Méthode

Add() public méthode

public Add ( string key, Image image ) : void
key string
image System.Drawing.Image
Résultat void
            public void Add(string key, Image image)
            {
                _items.Add(new ImageInfo(key, image));
            }

Same methods

ImageList.ImageCollection::Add ( Image value ) : void