Click or drag to resize

StiComponentDoOffsetRect Method

Moves a rectangle to the specified offset.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static RectangleD DoOffsetRect(
	StiComponent component,
	RectangleD rect,
	RectangleD offsetRect
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent
The component, relativly to which offset will be done.
rect
Type: Stimulsoft.Base.DrawingRectangleD
A rectangle being offset.
offsetRect
Type: Stimulsoft.Base.DrawingRectangleD
Offset rectangle.

Return Value

Type: RectangleD
Offset rectangle.
See Also