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

Inheritance: OpenRA.Widgets.Widget
ファイルを表示 Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Background string
ClickThrough bool
Draggable bool

Public Methods

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

Protected Methods

Method Description
BackgroundWidget ( BackgroundWidget other ) : System.Drawing

Method Details

BackgroundWidget() public method

public BackgroundWidget ( ) : System.Drawing
return System.Drawing

BackgroundWidget() protected method

protected BackgroundWidget ( BackgroundWidget other ) : System.Drawing
other BackgroundWidget
return System.Drawing

Clone() public method

public Clone ( ) : OpenRA.Widgets.Widget
return OpenRA.Widgets.Widget

Draw() public method

public Draw ( ) : void
return void

HandleMouseInput() public method

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
return bool

Property Details

Background public_oe property

public string Background
return string

ClickThrough public_oe property

public bool ClickThrough
return bool

Draggable public_oe property

public bool Draggable
return bool