StiComponentPageToComponent Method (RectangleD) |
Converts a rectangle from coordinates of a page into the parent-container coordinates.
The method calls the PageToContainer method of the parent component.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public RectangleD PageToComponent(
RectangleD rect
)
Public Function PageToComponent (
rect As RectangleD
) As RectangleD
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
A rectangle for converting.
Return Value
Type:
RectangleDConverted rectangle.
See Also