C# 클래스 ConsoPIA.Ball

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
Ball ( short x, short y, SMALL_RECT ballArea, Terminal aTerm ) : TOAPI.Kernel32
Draw ( ) : void
DrawAt ( short x, short y ) : void
Move ( ) : void
MoveBy ( short cx, short cy ) : void
MoveTo ( short x, short y ) : void
NextMove ( ) : COORD

메소드 상세

Ball() 공개 메소드

public Ball ( short x, short y, SMALL_RECT ballArea, Terminal aTerm ) : TOAPI.Kernel32
x short
y short
ballArea TOAPI.Kernel32.SMALL_RECT
aTerm Terminal
리턴 TOAPI.Kernel32

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

DrawAt() 공개 메소드

public DrawAt ( short x, short y ) : void
x short
y short
리턴 void

Move() 공개 메소드

public Move ( ) : void
리턴 void

MoveBy() 공개 메소드

public MoveBy ( short cx, short cy ) : void
cx short
cy short
리턴 void

MoveTo() 공개 메소드

public MoveTo ( short x, short y ) : void
x short
y short
리턴 void

NextMove() 공개 메소드

public NextMove ( ) : COORD
리턴 TOAPI.Kernel32.COORD