C# Class OpenRA.Mods.Common.Widgets.BackgroundWidget

Inheritance: OpenRA.Widgets.Widget
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Background string
ClickThrough bool
Draggable bool

Méthodes publiques

Méthode Description
BackgroundWidget ( ) : System.Drawing
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
HandleMouseInput ( MouseInput mi ) : bool

Méthodes protégées

Méthode Description
BackgroundWidget ( BackgroundWidget other ) : System.Drawing

Method Details

BackgroundWidget() public méthode

public BackgroundWidget ( ) : System.Drawing
Résultat System.Drawing

BackgroundWidget() protected méthode

protected BackgroundWidget ( BackgroundWidget other ) : System.Drawing
other BackgroundWidget
Résultat System.Drawing

Clone() public méthode

public Clone ( ) : OpenRA.Widgets.Widget
Résultat OpenRA.Widgets.Widget

Draw() public méthode

public Draw ( ) : void
Résultat void

HandleMouseInput() public méthode

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
Résultat bool

Property Details

Background public_oe property

public string Background
Résultat string

ClickThrough public_oe property

public bool ClickThrough
Résultat bool

Draggable public_oe property

public bool Draggable
Résultat bool