C# Class Protogame.HorizontalContainer

Inheritance: FlowContainer
Mostra file Open project: RedpointGames/Protogame Class Usage Examples

Public Methods

Method Description
Render ( IRenderContext context, ISkinLayout skinLayout, ISkinDelegator skinDelegator, Rectangle layout ) : void

Protected Methods

Method Description
CreateChildLayout ( Rectangle layout, int accumulated, int size ) : Rectangle
GetMaximumContainerSize ( Rectangle layout ) : int

Method Details

CreateChildLayout() protected method

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

GetMaximumContainerSize() protected method

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

Render() public method

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