Click or drag to resize

ThumbnailViewIsVisible Method

These methods are used to determine whether a thumbnail is in the visible area of the ThumbnailView.
Overload List
  NameDescription
Public methodIsVisible(Int32)
Returns a value indicating whether the thumbnail at the specified index, or part of it, is in the visible area of the ThumbnailView.
Public methodIsVisible(Thumbnail)
Returns a value indicating whether the provided thumbnail, or part of it, is in the visible area of the ThumbnailView.
Public methodIsVisible(Int32, Boolean)
Returns a value indicating whether the thumbnail at the specified index is in the visible area of the ThumbnailView.
Public methodIsVisible(Thumbnail, Boolean)
Returns a value indicating whether the provided thumbnail is in the visible area of the ThumbnailView.
Top
See Also