ThumbnailCollectionInsert Method (Int32, AtalaImage, String) |
Note: This API is now obsolete.
Inserts a
Thumbnail into the collection by specifying the insert index, 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 [ObsoleteAttribute("This overload may be removed in future versions.",
false)]
public Thumbnail Insert(
int index,
AtalaImage image,
string caption
)
<ObsoleteAttribute("This overload may be removed in future versions.",
false)>
Public Function Insert (
index As Integer,
image As AtalaImage,
caption As String
) As Thumbnail
Parameters
- index
- Type: SystemInt32
The index in the collection where the Thumbnail will be inserted. - image
- Type: Atalasoft.ImagingAtalaImage
The AtalaImage that will be used to create the thumbnail. - caption
- Type: SystemString
The caption for the thumbnail.
Return Value
Type:
ThumbnailSee Also