ActiveReports 8
Offset(Single,Single) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > RectangleFEx Structure > Offset Method : Offset(Single,Single) 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 Overloads 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also