Click or drag to resize

StiContainerContainerToPage Method (RectangleD)

Converts a rectangle from container coordinates into coordinates of a page.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public RectangleD ContainerToPage(
	RectangleD rect
)

Parameters

rect
Type: Stimulsoft.Base.DrawingRectangleD
Rectangle to be converted.

Return Value

Type: RectangleD
Converted rectangle.
See Also