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
)
Public Sub SelectInRectangle (
rect As RectangleD
)
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
Specified rectangle.
See Also