'Declaration
Public Overloads Function Add( _
ByVal As System.String, _
ByVal As System.Drawing.Image _
) As System.Integer
public System.int Add(
System.string ,
System.Drawing.Image
)
Parameters
- key
- String used to retrieve the image from the collection.
- image
- System.Drawing.Image to add to the collection.
Return Value
The index of the new entry in the collection.