C# Class MBC.App.BattleshipConsole.NewStuff.Element

Afficher le fichier Open project: aiclub/Mohawk_Battleship Class Usage Examples

Méthodes publiques

Méthode Description
AddElement ( Element sub ) : void
Element ( ) : System
GetTextFrom ( int x, int y, int width ) : string
Selected ( ) : bool
ThreadUpdate ( ) : void

Method Details

AddElement() public méthode

public AddElement ( Element sub ) : void
sub Element
Résultat void

Element() public méthode

public Element ( ) : System
Résultat System

GetTextFrom() public abstract méthode

public abstract GetTextFrom ( int x, int y, int width ) : string
x int
y int
width int
Résultat string

Selected() public méthode

public Selected ( ) : bool
Résultat bool

ThreadUpdate() public méthode

public ThreadUpdate ( ) : void
Résultat void