[]
Offsets the location of the current RectangleD by specified horizontal and vertical amounts.
public void Offset(double x, double y)
| Type | Name | Description |
|---|---|---|
| double | x | The horizontal offset to apply. |
| double | y | The vertical offset to apply. |
Offsets the location of the current RectangleD by horizontal and vertical amounts specified by a PointD.
public void Offset(PointD pt)
| Type | Name | Description |
|---|---|---|
| PointD | pt | The PointD specifying the horizontal and vertical offsets to apply. |