Back to Devexpress

ImageCollection<TImage, TInfo>.Add Method

windowsforms-devexpress-dot-utils-dot-imagecollection-2-dot-add.md

latest1003 B
Original Source

ImageCollection<TImage, TInfo>.Add Method

NameParametersDescription
Add(TImage)imageAdds a specific image to this collection.
Add(String, TImage)key, imageAdds a specific image to this collection.
Add(String, String, String)key, assemblyImageResourceName, assemblyNameAdds an image from the resource assembly to this collection.
Add(String, String, Type)key, resourceName, resourceTypeAdds a resource image to this collection.
Add(String, String)key, imageUriAdds an image to this collection by its URI.