ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Offset Method / Offset(Double,Double) Method
The horizontal offset to apply.
The vertical offset to apply.

In This Topic
    Offset(Double,Double) Method
    In This Topic
    Offsets the location of the current RectangleD by specified horizontal and vertical amounts.
    Syntax
    'Declaration
     
    Public Overloads Sub Offset( _
       ByVal x As System.Double, _
       ByVal y As System.Double _
    ) 
    public void Offset( 
       System.double x,
       System.double y
    )

    Parameters

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