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

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

Syntax

C#
public void Offset(
	double x,
	double y
)
Visual Basic
Public Sub Offset ( _
	x As Double, _
	y As Double _
)

Parameters

x
Type: System..::..Double
The horizontal offset to apply.
y
Type: System..::..Double
The vertical offset to apply.

See Also