Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / Point3D Structure / Offset Method / Offset(Point) Method
The GrapeCity.Drawing.Point used offset this GrapeCity.Drawing.Point.


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

    Parameters

    location
    The GrapeCity.Drawing.Point used offset this GrapeCity.Drawing.Point.
    See Also