Coordenada.Exists Method

Chatu Queens

CoordenadaExists Method

Obtiene un valor que indica si la casilla está dentro del tablero.

Namespace:  Draughts
Assembly:  Draughts (in Draughts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Exists()
Public Function Exists As Boolean
public:
bool Exists()
member Exists : unit -> bool 

Return Value

Type: Boolean
True si está dentro, false si está fuera.
See Also