[]
        
(Showing Draft Content)

GrapeCity.Drawing.Point.Offset

Offset Method

Offset(Point)

Translates this Point by the specified amount.

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

The Point used offset this Point.

Offset(double, double)

Translates this 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.