C# Class Protogame.HorizontalContainer

Inheritance: FlowContainer
Afficher le fichier Open project: RedpointGames/Protogame Class Usage Examples

Méthodes publiques

Méthode Description
Render ( IRenderContext context, ISkinLayout skinLayout, ISkinDelegator skinDelegator, Rectangle layout ) : void

Méthodes protégées

Méthode Description
CreateChildLayout ( Rectangle layout, int accumulated, int size ) : Rectangle
GetMaximumContainerSize ( Rectangle layout ) : int

Method Details

CreateChildLayout() protected méthode

protected CreateChildLayout ( Rectangle layout, int accumulated, int size ) : Rectangle
layout Microsoft.Xna.Framework.Rectangle
accumulated int
size int
Résultat Microsoft.Xna.Framework.Rectangle

GetMaximumContainerSize() protected méthode

protected GetMaximumContainerSize ( Rectangle layout ) : int
layout Microsoft.Xna.Framework.Rectangle
Résultat int

Render() public méthode

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