Click or drag to resize

StiComponentPageToComponent Method (RectangleD)

Converts a rectangle 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 RectangleD PageToComponent(
	RectangleD rect
)

Parameters

rect
Type: Stimulsoft.Base.DrawingRectangleD
A rectangle for converting.

Return Value

Type: RectangleD
Converted rectangle.
See Also