[]
Adjusts the location of this rectangle 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 horizontal offset. |
double | y | The vertical offset |
Adjusts the location of this rectangle by the specified amount.
public void Offset(Point location)
Public Sub Offset(location As Point)
Type | Name | Description |
---|---|---|
Point | location | The horizontal and vertical offset. |