C# Class ConsoPIA.Ball

Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
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

Method Details

Ball() public method

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

Draw() public method

public Draw ( ) : void
return void

DrawAt() public method

public DrawAt ( short x, short y ) : void
x short
y short
return void

Move() public method

public Move ( ) : void
return void

MoveBy() public method

public MoveBy ( short cx, short cy ) : void
cx short
cy short
return void

MoveTo() public method

public MoveTo ( short x, short y ) : void
x short
y short
return void

NextMove() public method

public NextMove ( ) : COORD
return TOAPI.Kernel32.COORD