[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.Point3D.Offset

Offset Method

Offset(Point)

Translates this GrapeCity.Drawing.Point by the specified amount.

Declaration
public void Offset(Point location)
Public Sub Offset(location As Point)
Parameters
Type Name Description
Point location

The GrapeCity.Drawing.Point used offset this GrapeCity.Drawing.Point.

Offset(double, double)

Translates this GrapeCity.Drawing.Point by the specified amount.

Declaration
public void Offset(double x, double y)
Public Sub Offset(x As Double, y As Double)
Parameters
Type Name Description
double x

The amount to offset the x-coordinate.

double y

The amount to offset the y-coordinate.