ThumbnailViewGetItemRect Method (Int32) |
Returns an
ItemBounds class containing coordinates for the thumbnail 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)
Syntax public ItemBounds GetItemRect(
int index
)
Public Function GetItemRect (
index As Integer
) As ItemBounds
Parameters
- index
- Type: SystemInt32
The index of the thumbnail to retrieve information on.
Return Value
Type:
ItemBounds An
ItemBounds containing coordinate information for the thumbnail.
See Also