C# Class Training1.Figure

Inheritance: IFigure
Exibir arquivo Open project: warrior888/toci_teachers

Public Methods

Method Description
Move ( IField source, IField destination ) : bool
Move ( IField source, IField destination, bool testCanMove ) : bool

Method Details

Move() public method

public Move ( IField source, IField destination ) : bool
source IField
destination IField
return bool

Move() public method

public Move ( IField source, IField destination, bool testCanMove ) : bool
source IField
destination IField
testCanMove bool
return bool