[]
Offsets the rectangle by the specified amount.
public void Offset(double dx, double dy)
| Type | Name | Description |
|---|---|---|
| double | dx | |
| double | dy |
Offsets the rectangle by the specified amount.
public static RectD Offset(RectD rc, double dx, double dy)
| Type | Name | Description |
|---|---|---|
| RectD | rc | |
| double | dx | |
| double | dy |
| Type | Description |
|---|---|
| RectD |
Offsets the rectangle by the specified amount.
public static RectD Offset(RectD rc, Size2D sz)
| Type | Name | Description |
|---|---|---|
| RectD | rc | |
| Size2D | sz |
| Type | Description |
|---|---|
| RectD |