ThumbnailCollectionAdd Method (AtalaImage, String, String) |
Add a
Thumbnail to the collection by specifying the AtalaImage, caption and tooltip.
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,
string tooltip
)
Public Function Add (
image As AtalaImage,
caption As String,
tooltip 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. - tooltip
- Type: SystemString
The tooltip for the thumbnail.
Return Value
Type:
ThumbnailSee Also