C# 클래스 Protogame.Form

상속: IContainer
파일 보기 프로젝트 열기: RedpointGames/Protogame 1 사용 예제들

공개 메소드들

메소드 설명
AddControl ( IContainer name, IContainer control ) : void
AddControl ( string name, IContainer control ) : void
ChildrenWithLayouts ( Rectangle layout ) : Rectangle>>.IEnumerable
Form ( ) : System
HandleEvent ( ISkinLayout skin, Rectangle layout, IGameContext context, Event @event ) : bool
LabelsWithLayouts ( Rectangle layout ) : Rectangle>>.IEnumerable
Render ( IRenderContext context, ISkinLayout skinLayout, ISkinDelegator skinDelegator, Rectangle layout ) : void
Update ( ISkinLayout skin, Rectangle layout, GameTime gameTime, bool &stealFocus ) : void

메소드 상세

AddControl() 공개 메소드

public AddControl ( IContainer name, IContainer control ) : void
name IContainer
control IContainer
리턴 void

AddControl() 공개 메소드

public AddControl ( string name, IContainer control ) : void
name string
control IContainer
리턴 void

ChildrenWithLayouts() 공개 메소드

public ChildrenWithLayouts ( Rectangle layout ) : Rectangle>>.IEnumerable
layout Microsoft.Xna.Framework.Rectangle
리턴 Rectangle>>.IEnumerable

Form() 공개 메소드

public Form ( ) : System
리턴 System

HandleEvent() 공개 메소드

public HandleEvent ( ISkinLayout skin, Rectangle layout, IGameContext context, Event @event ) : bool
skin ISkinLayout
layout Microsoft.Xna.Framework.Rectangle
context IGameContext
@event Event
리턴 bool

LabelsWithLayouts() 공개 메소드

public LabelsWithLayouts ( Rectangle layout ) : Rectangle>>.IEnumerable
layout Microsoft.Xna.Framework.Rectangle
리턴 Rectangle>>.IEnumerable

Render() 공개 메소드

public Render ( IRenderContext context, ISkinLayout skinLayout, ISkinDelegator skinDelegator, Rectangle layout ) : void
context IRenderContext
skinLayout ISkinLayout
skinDelegator ISkinDelegator
layout Microsoft.Xna.Framework.Rectangle
리턴 void

Update() 공개 메소드

public Update ( ISkinLayout skin, Rectangle layout, GameTime gameTime, bool &stealFocus ) : void
skin ISkinLayout
layout Microsoft.Xna.Framework.Rectangle
gameTime Microsoft.Xna.Framework.GameTime
stealFocus bool
리턴 void