StiComponentPageToComponent Method (PointD) |
Converts a point from coordinates of a page into the parent-container coordinates.
The method calls the PageToContainer method of the parent component.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public PointD PageToComponent(
PointD point
)
Public Function PageToComponent (
point As PointD
) As PointD
Parameters
- point
- Type: Stimulsoft.Base.DrawingPointD
A point for converting.
Return Value
Type:
PointDConverted point.
See Also