C# 클래스 spaceconquest.TextLine

상속: MenuComponent
파일 보기 프로젝트 열기: cclay/spaceconquest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
selected bool
text String

공개 메소드들

메소드 설명
Contains ( int x, int y ) : bool
Draw ( ) : void
TextLine ( Rectangle r, String t ) : System

메소드 상세

Contains() 공개 메소드

public Contains ( int x, int y ) : bool
x int
y int
리턴 bool

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

TextLine() 공개 메소드

public TextLine ( Rectangle r, String t ) : System
r Microsoft.Xna.Framework.Rectangle
t String
리턴 System

프로퍼티 상세

selected 공개적으로 프로퍼티

public bool selected
리턴 bool

text 공개적으로 프로퍼티

public String text
리턴 String