Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Square MoveX(int)

  • Declared in: RT.Coordinates.Square

Declaration

public Square MoveX(
    int dx
)

Summary

Moves the current cell dx number of spaces to the right.

Parameters

intdx Amount of cells to move by.

Returns

The new Square value.