StiContainerGetSelectedRectangle Method |
Returns the rectangle that includes all selected objects in the container.
The rectangle is represented in page coordinates.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public RectangleD GetSelectedRectangle()
Public Function GetSelectedRectangle As RectangleD
Return Value
Type:
RectangleDThe rectangle includes all selected objects.
See Also