C# 클래스 Training1.Figure

상속: IFigure
파일 보기 프로젝트 열기: warrior888/toci_teachers

공개 메소드들

메소드 설명
Move ( IField source, IField destination ) : bool
Move ( IField source, IField destination, bool testCanMove ) : bool

메소드 상세

Move() 공개 메소드

public Move ( IField source, IField destination ) : bool
source IField
destination IField
리턴 bool

Move() 공개 메소드

public Move ( IField source, IField destination, bool testCanMove ) : bool
source IField
destination IField
testCanMove bool
리턴 bool