Click or drag to resize

ThumbnailViewIsVisible Method (Thumbnail, Boolean)

Returns a value indicating whether the provided thumbnail 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(
	Thumbnail thumbnail,
	bool requireFullVisibility
)

Parameters

thumbnail
Type: Atalasoft.Imaging.WinControlsThumbnail
The thumbnail to check.
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
ExceptionCondition
ArgumentNullException Thrown if the thumbnail argument is null (Nothing in VB).
ArgumentOutOfRangeException Thrown if the thumbnail provided is not in the thumbnail collection.
See Also