Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
spaceconquest
TextLine
C# Class spaceconquest.TextLine
Inheritance:
MenuComponent
ファイルを表示
Open project: cclay/spaceconquest
Class Usage Examples
Public Properties
Property
Type
Description
selected
bool
text
String
Public Methods
Method
Description
Contains
(
int
x
,
int
y
) :
bool
Draw
( ) :
void
TextLine
(
Rectangle
r
,
String
t
) :
System
Method Details
Contains()
public
method
public
Contains
(
int
x
,
int
y
) :
bool
x
int
y
int
return
bool
Draw()
public
method
public
Draw
( ) :
void
return
void
TextLine()
public
method
public
TextLine
(
Rectangle
r
,
String
t
) :
System
r
Microsoft.Xna.Framework.Rectangle
t
String
return
System
Property Details
selected
public_oe property
public
bool
selected
return
bool
text
public_oe property
public
String
text
return
String