StiContainerContainerToPage Method (PointD) |
Converts a point of coordinates of the container into coodinates of a page.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public PointD ContainerToPage(
PointD point
)
Public Function ContainerToPage (
point As PointD
) As PointD
Parameters
- point
- Type: Stimulsoft.Base.DrawingPointD
Point to be converted.
Return Value
Type:
PointDConverted point.
See Also