Click or drag to resize

ThumbnailViewSelectFromBounds Method

This method will select thumbnails that intersect the rectangle provided.

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 void SelectFromBounds(
	Rectangle selection
)

Parameters

selection
Type: System.DrawingRectangle
The rectangle bounds from which to select items. This selection must be in client coordinates.
See Also