Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Point Structure / Offset Method / Offset(Double,Double) Method
The amount to offset the x-coordinate.
The amount to offset the y-coordinate.


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

    Parameters

    x
    The amount to offset the x-coordinate.
    y
    The amount to offset the y-coordinate.
    See Also