ThumbnailCollectionAdd Method |
Name | Description | |
---|---|---|
Add(RandomAccessImageSource) | Adds images from a RandomAccessImageSource into the collection. | |
Add(Thumbnail) | Adds a Thumbnail to the collection. | |
Add(Stream, ThumbnailCaptionRequestEventHandler) | Adds all pages from a stream and gets the caption and tooltip from a ThumbnailCaptionRequestEventHandler. | |
Add(String, ThumbnailCaptionRequestEventHandler) | Adds all pages of an image from a file and gets the caption and tooltip from a ThumbnailCaptionRequestEventHandler. | |
Add(AtalaImage, String) | Add a Thumbnail to the collection by specifying the AtalaImage and caption. | |
Add(RandomAccessImageSource, ThumbnailCaptionRequestEventHandler) | Adds images from a RandomAccessImageSource into the collection. | |
Add(String, Int32, String) | Adds a Thumbnail to the collection by specifying the filename, frame index and caption.
| |
Add(AtalaImage, String, String) | Add a Thumbnail to the collection by specifying the AtalaImage, caption and tooltip.
| |
Add(Stream, Int32, String, String) | Adds an image from a stream. | |
Add(String, Int32, String, String) | Adds a Thumbnail to the collection by specifying the filename, frame index, caption and
tooltip. |
this.thumbnailView1.Items.Add(@"C:\myfile.jpg", 0, "My File");
Me.thumbnailView1.Items.Add("C:\myfile.jpg", 0, "My File")