C# Class ConsoPIA.Ball

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode 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 méthode

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

Draw() public méthode

public Draw ( ) : void
Résultat void

DrawAt() public méthode

public DrawAt ( short x, short y ) : void
x short
y short
Résultat void

Move() public méthode

public Move ( ) : void
Résultat void

MoveBy() public méthode

public MoveBy ( short cx, short cy ) : void
cx short
cy short
Résultat void

MoveTo() public méthode

public MoveTo ( short x, short y ) : void
x short
y short
Résultat void

NextMove() public méthode

public NextMove ( ) : COORD
Résultat TOAPI.Kernel32.COORD