Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / Point3D 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 GrapeCity.Drawing.Point by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Sub Offset( _
       ByVal x As Double, _
       ByVal y As Double _
    ) 
    'Usage
     
    Dim instance As Point3D
    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