ActiveReports 8
Offset(RectangleFEx,Single,Single) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > RectangleFEx Structure > Offset Method : Offset(RectangleFEx,Single,Single) Method

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

Glossary Item Box

Gets the rectangle with adjusted location.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Offset( _
   ByVal rect As RectangleFEx, _
   ByVal dx As System.Single, _
   ByVal dy As System.Single _
) As RectangleFEx
C# 
public static RectangleFEx Offset( 
   RectangleFEx rect,
   System.float dx,
   System.float dy
)

Parameters

rect
The rectangle.
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