StiContainerGetContainerInRect Method |
Returns an container in which client zone coordinates are got.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiContainer GetContainerInRect(
RectangleD rect,
StiComponent component
)
Public Function GetContainerInRect (
rect As RectangleD,
component As StiComponent
) As StiContainer
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Components.StiContainer.GetContainerInRect(Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiComponent)"]
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
The component for which positions are being looked for.
Return Value
Type:
StiContainer[Missing <returns> documentation for "M:Stimulsoft.Report.Components.StiContainer.GetContainerInRect(Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Report.Components.StiComponent)"]
See Also