StiComponentDockToContainer Method (RectangleD) |
Docks a rectangle, relatively to the component, into the rectangle.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public virtual RectangleD DockToContainer(
RectangleD rect
)
Public Overridable Function DockToContainer (
rect As RectangleD
) As RectangleD
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
Rectangle for docking.
Return Value
Type:
RectangleDDocked client area of the component.
See Also