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