StiComponentComponentToPage Method (PointD) |
Converts a point 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 PointD ComponentToPage(
PointD point
)
Public Function ComponentToPage (
point As PointD
) As PointD
Parameters
- point
- Type: Stimulsoft.Base.DrawingPointD
Point for converting.
Return Value
Type:
PointDConverted point.
See Also