Move Method
Move(int, int)
Moves the radial menu if it is currently visible,
does nothing otherwise.
Declaration
public void Move(int dx, int dy)
Public Sub Move(dx As Integer, dy As Integer)
Parameters
| Type |
Name |
Description |
| int |
dx |
The X offset.
|
| int |
dy |
The Y offset.
|