C# Class ComboItem, WarshipGirl

Inheritance: Control
Afficher le fichier Open project: jxpxxzj/WarshipGirl Class Usage Examples

Méthodes publiques

Méthode Description
ComboItem ( Font, fnt, int width, int height, ItemType, type )
Draw ( GameTime, gameTime ) : void
DrawTriangle ( GameTime, gameTime ) : void
Initialize ( ) : void

Méthodes protégées

Méthode Description
OnMouseLeave ( object sender, MouseEventArgs, e ) : void
OnMouseMove ( object sender, MouseEventArgs, e ) : void

Private Methods

Méthode Description
DrawSeparator ( GameTime, gameTime ) : void

Method Details

ComboItem() public méthode

public ComboItem ( Font, fnt, int width, int height, ItemType, type )
fnt Font,
width int
height int
type ItemType,

Draw() public méthode

public Draw ( GameTime, gameTime ) : void
gameTime GameTime,
Résultat void

DrawTriangle() public méthode

public DrawTriangle ( GameTime, gameTime ) : void
gameTime GameTime,
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( object sender, MouseEventArgs, e ) : void
sender object
e MouseEventArgs,
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( object sender, MouseEventArgs, e ) : void
sender object
e MouseEventArgs,
Résultat void