ActiveReports 12
Offset(RectangleFEx,Single,Single) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > RectangleFEx Structure > Offset Method : Offset(RectangleFEx,Single,Single) Method
The rectangle.
The amount to offset the location horizontally.
The amount to offset the location vertically.
Gets the rectangle with adjusted location.
Syntax
'Declaration
 
Public Overloads Shared Function Offset( _
   ByVal rect As RectangleFEx, _
   ByVal dx As Single, _
   ByVal dy As Single _
) As RectangleFEx
public static RectangleFEx Offset( 
   RectangleFEx rect,
   float dx,
   float dy
)

Parameters

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

Reference

RectangleFEx Structure
RectangleFEx Members
Overload List