In This Topic
Moves the radial menu if it is currently visible, does nothing otherwise.
Syntax
'Declaration
Public Sub Move( _
ByVal As Integer, _
ByVal As Integer _
)
public void Move(
int ,
int
)
Parameters
- dx
- The X offset.
- dy
- The Y offset.
See Also