Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Offset Method / Offset(Point) Method
The horizontal and vertical offset.


In This Topic
    Offset(Point) Method
    In This Topic
    Adjusts the location of this rectangle by the specified amount.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Offset( _
       ByVal location As Point _
    ) 
    'Usage
     
    
    Dim instance As Rectangle
    Dim location As Point
     
    instance.Offset(location)
    public void Offset( 
       Point location
    )

    Parameters

    location
    The horizontal and vertical offset.
    See Also