C# 클래스 OpenRA.Mods.Common.Widgets.BackgroundWidget

상속: OpenRA.Widgets.Widget
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Background string
ClickThrough bool
Draggable bool

공개 메소드들

메소드 설명
BackgroundWidget ( ) : System.Drawing
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
HandleMouseInput ( MouseInput mi ) : bool

보호된 메소드들

메소드 설명
BackgroundWidget ( BackgroundWidget other ) : System.Drawing

메소드 상세

BackgroundWidget() 공개 메소드

public BackgroundWidget ( ) : System.Drawing
리턴 System.Drawing

BackgroundWidget() 보호된 메소드

protected BackgroundWidget ( BackgroundWidget other ) : System.Drawing
other BackgroundWidget
리턴 System.Drawing

Clone() 공개 메소드

public Clone ( ) : OpenRA.Widgets.Widget
리턴 OpenRA.Widgets.Widget

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

HandleMouseInput() 공개 메소드

public HandleMouseInput ( MouseInput mi ) : bool
mi MouseInput
리턴 bool

프로퍼티 상세

Background 공개적으로 프로퍼티

public string Background
리턴 string

ClickThrough 공개적으로 프로퍼티

public bool ClickThrough
리턴 bool

Draggable 공개적으로 프로퍼티

public bool Draggable
리턴 bool