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