In This Topic
Adds an
System.Drawing.Image to the collection.
Syntax
'Declaration
Public Overloads Sub Add( _
ByVal As String, _
ByVal As Image _
)
public void Add(
string ,
Image
)
Parameters
- key
- String used to retrieve the image from the collection.
- image
- System.Drawing.Image to add to the collection.
See Also