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