Rect.Offset Method
.NET Framework 4.5
Moves a rectangle by the specified amount.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Offset(Vector) | Moves the rectangle by the specified vector. |
|
Offset(Double, Double) | Moves the rectangle by the specified horizontal and vertical amounts. |
|
Offset(Rect, Vector) | Returns a rectangle that is offset from the specified rectangle by using the specified vector. |
|
Offset(Rect, Double, Double) | Returns a rectangle that is offset from the specified rectangle by using the specified horizontal and vertical amounts. |