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