C# 클래스 Protogame.HorizontalContainer

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

공개 메소드들

메소드 설명
Render ( IRenderContext context, ISkinLayout skinLayout, ISkinDelegator skinDelegator, Rectangle layout ) : void

보호된 메소드들

메소드 설명
CreateChildLayout ( Rectangle layout, int accumulated, int size ) : Rectangle
GetMaximumContainerSize ( Rectangle layout ) : int

메소드 상세

CreateChildLayout() 보호된 메소드

protected CreateChildLayout ( Rectangle layout, int accumulated, int size ) : Rectangle
layout Microsoft.Xna.Framework.Rectangle
accumulated int
size int
리턴 Microsoft.Xna.Framework.Rectangle

GetMaximumContainerSize() 보호된 메소드

protected GetMaximumContainerSize ( Rectangle layout ) : int
layout Microsoft.Xna.Framework.Rectangle
리턴 int

Render() 공개 메소드

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