StiContainerContainerToPage Method (RectangleD) |
Converts a rectangle from container coordinates into coordinates of a page.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public RectangleD ContainerToPage(
RectangleD rect
)
Public Function ContainerToPage (
rect As RectangleD
) As RectangleD
Parameters
- rect
- Type: Stimulsoft.Base.DrawingRectangleD
Rectangle to be converted.
Return Value
Type:
RectangleDConverted rectangle.
See Also