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