Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Point Structure / Offset Method / Offset(Point) Method
The Point used offset this Point.


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

    Parameters

    location
    The Point used offset this Point.
    See Also