C# Class ComboItem, WarshipGirl

Inheritance: Control
Mostrar archivo Open project: jxpxxzj/WarshipGirl Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnMouseLeave ( object sender, MouseEventArgs, e ) : void
OnMouseMove ( object sender, MouseEventArgs, e ) : void

Private Methods

Method Description
DrawSeparator ( GameTime, gameTime ) : void

Method Details

ComboItem() public method

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

Draw() public method

public Draw ( GameTime, gameTime ) : void
gameTime GameTime,
return void

DrawTriangle() public method

public DrawTriangle ( GameTime, gameTime ) : void
gameTime GameTime,
return void

Initialize() public method

public Initialize ( ) : void
return void

OnMouseLeave() protected method

protected OnMouseLeave ( object sender, MouseEventArgs, e ) : void
sender object
e MouseEventArgs,
return void

OnMouseMove() protected method

protected OnMouseMove ( object sender, MouseEventArgs, e ) : void
sender object
e MouseEventArgs,
return void