C# Class ConsoPIA.Paddle

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Свойство Type Description
fPlayArea TOAPI.Kernel32.SMALL_RECT
fPosition TOAPI.Kernel32.COORD
fSide PaddleSide
fTerm Terminal

Méthodes publiques

Méthode Description
Draw ( ) : void
DrawAt ( short x, short y ) : void
Intersects ( COORD aCoord ) : bool
MoveBy ( short cx, short cy ) : void
MoveTo ( short x, short y ) : void
Paddle ( SMALL_RECT playArea, short row, PaddleSide aSide, Terminal aTerm ) : TOAPI.Kernel32

Method Details

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

Intersects() public méthode

public Intersects ( COORD aCoord ) : bool
aCoord TOAPI.Kernel32.COORD
Résultat bool

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

Paddle() public méthode

public Paddle ( SMALL_RECT playArea, short row, PaddleSide aSide, Terminal aTerm ) : TOAPI.Kernel32
playArea TOAPI.Kernel32.SMALL_RECT
row short
aSide PaddleSide
aTerm Terminal
Résultat TOAPI.Kernel32

Property Details

fPlayArea public_oe property

public SMALL_RECT,TOAPI.Kernel32 fPlayArea
Résultat TOAPI.Kernel32.SMALL_RECT

fPosition public_oe property

public COORD,TOAPI.Kernel32 fPosition
Résultat TOAPI.Kernel32.COORD

fSide public_oe property

public PaddleSide fSide
Résultat PaddleSide

fTerm public_oe property

public Terminal fTerm
Résultat Terminal