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