Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Square Move(int, int)

  • Declared in: RT.Coordinates.Square

Declaration

public Square Move(
    int dx,
    int dy
)

Summary

Moves the current cell dx number of spaces to the right and dy number of spaces down.

Parameters

intdx Amount of cells to move by in the X direction.
intdy Amount of cells to move by in the Y direction.

Returns

The new Square value.