Point.Offset

Offset(Point)

Translates this Point by the specified Point.

public void Offset(Point point)
ParameterTypeDescription
pointPointThe Point used to offset this Point.

See Also


Offset(int, int)

Translates this Point by the specified amount.

public void Offset(int dx, int dy)
ParameterTypeDescription
dxInt32The amount to offset the x-coordinate.
dyInt32The amount to offset the y-coordinate.

See Also