C# 클래스 MBC.App.BattleshipConsole.NewStuff.Element

파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship 1 사용 예제들

공개 메소드들

메소드 설명
AddElement ( Element sub ) : void
Element ( ) : System
GetTextFrom ( int x, int y, int width ) : string
Selected ( ) : bool
ThreadUpdate ( ) : void

메소드 상세

AddElement() 공개 메소드

public AddElement ( Element sub ) : void
sub Element
리턴 void

Element() 공개 메소드

public Element ( ) : System
리턴 System

GetTextFrom() 공개 추상적인 메소드

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

Selected() 공개 메소드

public Selected ( ) : bool
리턴 bool

ThreadUpdate() 공개 메소드

public ThreadUpdate ( ) : void
리턴 void