[]
Translates this Point by the specified amount.
public void Offset(Point location)
Public Sub Offset(location As Point)
Type | Name | Description |
---|---|---|
Point | location |
Translates this Point by the specified amount.
public void Offset(double x, double y)
Public Sub Offset(x As Double, y As Double)
Type | Name | Description |
---|---|---|
double | x | The amount to offset the x-coordinate. |
double | y | The amount to offset the y-coordinate. |