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

Mostra file Open project: aiclub/Mohawk_Battleship Class Usage Examples

Public Methods

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

Method Details

AddElement() public method

public AddElement ( Element sub ) : void
sub Element
return void

Element() public method

public Element ( ) : System
return System

GetTextFrom() public abstract method

public abstract GetTextFrom ( int x, int y, int width ) : string
x int
y int
width int
return string

Selected() public method

public Selected ( ) : bool
return bool

ThreadUpdate() public method

public ThreadUpdate ( ) : void
return void