public void Move( int dx, int dy )
Public Sub Move ( dx As Integer, dy As Integer )
public: void Move( int dx, int dy )
member Move : dx : int * dy : int -> unit
In This Article