ThumbnailCollection.Insert Method (Int32, Thumbnail) |
Inserts a
Thumbnail into the collection at the specified index.
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)
Syntaxpublic void Insert(
int index,
Thumbnail item
)
Public Sub Insert (
index As Integer,
item As Thumbnail
)
Parameters
- index
- Type: System.Int32
The index in the collection where the Thumbnail will be inserted. - item
- Type: Atalasoft.Imaging.WinControls.Thumbnail
The thumbnail to insert.
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException | Thrown if the index parameter is invalid for this collection. |
See Also