C# Class Protogame.BasicSkinHelper

Inheritance: IBasicSkinHelper
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
BasicSkinHelper ( IBasicSkin basicSkin, I2DRenderUtilities renderUtilities ) : Microsoft.Xna.Framework
DrawFlat ( IRenderContext context, Rectangle layout ) : void
DrawRaised ( IRenderContext context, Rectangle layout ) : void
DrawSunken ( IRenderContext context, Rectangle layout ) : void

Method Details

BasicSkinHelper() public méthode

public BasicSkinHelper ( IBasicSkin basicSkin, I2DRenderUtilities renderUtilities ) : Microsoft.Xna.Framework
basicSkin IBasicSkin
renderUtilities I2DRenderUtilities
Résultat Microsoft.Xna.Framework

DrawFlat() public méthode

public DrawFlat ( IRenderContext context, Rectangle layout ) : void
context IRenderContext
layout Microsoft.Xna.Framework.Rectangle
Résultat void

DrawRaised() public méthode

public DrawRaised ( IRenderContext context, Rectangle layout ) : void
context IRenderContext
layout Microsoft.Xna.Framework.Rectangle
Résultat void

DrawSunken() public méthode

public DrawSunken ( IRenderContext context, Rectangle layout ) : void
context IRenderContext
layout Microsoft.Xna.Framework.Rectangle
Résultat void