ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Offset Method / Offset(Point) Method
Amount to offset the location.

In This Topic
    Offset(Point) Method
    In This Topic
    Adjusts the location of this rectangle by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Function Offset( _
       ByVal pos As Point _
    ) As Rect
    public Rect Offset( 
       Point pos
    )

    Parameters

    pos
    Amount to offset the location.

    Return Value

    Rect.
    See Also