ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Offset Method / Offset(Double,Double) Method
The horizontal offset.
The vertical offset.

In This Topic
    Offset(Double,Double) Method
    In This Topic
    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