Click or drag to resize

ThumbnailCollectionContains Method

This method indicates whether or not a Thumbnail is contained within the collection.

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 Contains(
	Thumbnail value
)

Parameters

value
Type: Atalasoft.Imaging.WinControlsThumbnail
The Thumbnail to search for.

Return Value

Type: Boolean
True if the Thumbnail is contained within the collection.
See Also