Offset Method
Offset(int, int)
Adjusts the location of this element by the specified amount.
Declaration
public void Offset(int x, int y)
Public Sub Offset(x As Integer, y As Integer)
Parameters
| Type |
Name |
Description |
| int |
x |
Offset in the horizontal direction.
|
| int |
y |
Offset in the vertical direction.
|