Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Offset Method / Offset(PointD) Method
The PointD specifying the horizontal and vertical offsets to apply.

In This Topic
    Offset(PointD) Method
    In This Topic
    Offsets the location of the current RectangleD by horizontal and vertical amounts specified by a PointD.
    Syntax
    'Declaration
     
    Public Overloads Sub Offset( _
       ByVal pt As PointD _
    ) 
    public void Offset( 
       PointD pt
    )

    Parameters

    pt
    The PointD specifying the horizontal and vertical offsets to apply.
    See Also