ActiveReports 13
Offset(Double,Double) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure > Offset Method : Offset(Double,Double) Method
The horizontal offset.
The vertical offset.
Adjusts the location of this rectangle by the specified amount.
Syntax
'Declaration
 
Public Overloads Function Offset( _
   ByVal x As Double, _
   ByVal y As Double _
) As Rect
public Rect Offset( 
   double x,
   double y
)

Parameters

x
The horizontal offset.
y
The vertical offset.
See Also

Reference

Rect Structure
Rect Members
Overload List