ActiveReports 8
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 System.Single, _
   ByVal dy As System.Single _
) 
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

Reference

RectangleFEx Structure
RectangleFEx Members
Overload List

Support Forum