Click or drag to resize

StiContainerSelectInRectangle Method

Selects all objects in the container which intersect with the specified rectangle.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void SelectInRectangle(
	RectangleD rect
)

Parameters

rect
Type: Stimulsoft.Base.DrawingRectangleD
Specified rectangle.
See Also