ActiveReports 12
Offset(Single,Single) Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > RectangleFEx Structure > Offset Method : Offset(Single,Single) Method
The amount to offset the location horizontally.
The amount to offset the location vertically.
Adjusts the location of this rectangle by the specified amount.
Syntax
'Declaration
 
Public Overloads Sub Offset( _
   ByVal dx As Single, _
   ByVal dy As Single _
) 
public void Offset( 
   float dx,
   float dy
)

Parameters

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