ThumbnailCollectionAdd Method (AtalaImage, String) |
Add a
Thumbnail to the collection by specifying the AtalaImage and caption.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Thumbnail Add(
AtalaImage image,
string caption
)
Public Function Add (
image As AtalaImage,
caption As String
) As Thumbnail
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
The AtalaImage object used to create the thumbnail. - caption
- Type: SystemString
The caption for the thumbnail.
Return Value
Type:
ThumbnailSee Also