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

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

    Parameters

    offset
    Amount to offset the location.
    See Also