C# Class Training1.Figure

Inheritance: IFigure
Afficher le fichier Open project: warrior888/toci_teachers

Méthodes publiques

Méthode Description
Move ( IField source, IField destination ) : bool
Move ( IField source, IField destination, bool testCanMove ) : bool

Method Details

Move() public méthode

public Move ( IField source, IField destination ) : bool
source IField
destination IField
Résultat bool

Move() public méthode

public Move ( IField source, IField destination, bool testCanMove ) : bool
source IField
destination IField
testCanMove bool
Résultat bool