ActiveReports Developer 7
Offset Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > RectangleFEx Class : Offset Method

dx
The amount to offset the location horizontally.
dy
The amount to offset the location vertically.

Glossary Item Box

Adjusts the location of this rectangle by the specified amount.

Syntax

Visual Basic (Declaration) 
Public Sub Offset( _
   ByVal dx As System.Single, _
   ByVal dy As System.Single _
) 
C# 
public void Offset( 
   System.float dx,
   System.float dy
)

Parameters

dx
The amount to offset the location horizontally.
dy
The amount to offset the location vertically.

See Also