Click or drag to resize

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
)

Parameters

point
Type: Stimulsoft.Base.DrawingPointD
A point for converting.

Return Value

Type: PointD
Converted point.
See Also