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
)
Public Sub SelectFromBounds (
selection As Rectangle
)
Parameters
- selection
- Type: System.DrawingRectangle
The rectangle bounds from which to select items. This selection must be in client
coordinates.
See Also