Click or drag to resize

ThumbnailViewGetItemAt Method

Gets the Thumbnail located at specific x, y coordinates.

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 Thumbnail GetItemAt(
	int x,
	int y
)

Parameters

x
Type: SystemInt32
The x coordinate.
y
Type: SystemInt32
The y coordinate.

Return Value

Type: Thumbnail
The Thumbnail found at the coordinates given or null (Nothing in Visual Basic) if no Thumbnail was found.
See Also