ThumbnailViewIsVisible Method (Int32) |
Returns a value indicating whether the thumbnail at the specified index, or part of it, is in the visible
area of the
ThumbnailView.
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 bool IsVisible(
int index
)
Public Function IsVisible (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
The index of the thumbnail.
Return Value
Type:
Boolean True if the thumbnail, or part of it, is in the visible area.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if the index is invalid for the thumbnail collection. |
See Also