C# 클래스 SharpBelot.CardAnimator

파일 보기 프로젝트 열기: NikolayIT/BelotGameEngine 1 사용 예제들

공개 메소드들

메소드 설명
Animate ( Point destination ) : void
CardAnimator ( CardPictureBox animated ) : System
EnqueueControl ( CardPictureBox target ) : void

비공개 메소드들

메소드 설명
Finish ( ) : void
InitNextControl ( ) : void
OnTick ( object sender, System e ) : void

메소드 상세

Animate() 공개 메소드

public Animate ( Point destination ) : void
destination Point
리턴 void

CardAnimator() 공개 메소드

public CardAnimator ( CardPictureBox animated ) : System
animated CardPictureBox
리턴 System

EnqueueControl() 공개 메소드

public EnqueueControl ( CardPictureBox target ) : void
target CardPictureBox
리턴 void