Click or drag to resize

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
)

Parameters

rect
Type: Stimulsoft.Base.DrawingRectangleD
Rectangle for docking.

Return Value

Type: RectangleD
Docked client area of the component.
See Also