Offsets the location of the current RectangleD by horizontal and vertical amounts specified by a PointD.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Offset(
	PointD pt
)
Visual Basic
Public Sub Offset ( _
	pt As PointD _
)

Parameters

pt
Type: C1.C1Preview..::..PointD
The PointD specifying the horizontal and vertical offsets to apply.

See Also