C# Class Protogame.BasicSkinHelper

Inheritance: IBasicSkinHelper
ファイルを表示 Open project: RedpointGames/Protogame

Public Methods

Method 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 method

public BasicSkinHelper ( IBasicSkin basicSkin, I2DRenderUtilities renderUtilities ) : Microsoft.Xna.Framework
basicSkin IBasicSkin
renderUtilities I2DRenderUtilities
return Microsoft.Xna.Framework

DrawFlat() public method

public DrawFlat ( IRenderContext context, Rectangle layout ) : void
context IRenderContext
layout Microsoft.Xna.Framework.Rectangle
return void

DrawRaised() public method

public DrawRaised ( IRenderContext context, Rectangle layout ) : void
context IRenderContext
layout Microsoft.Xna.Framework.Rectangle
return void

DrawSunken() public method

public DrawSunken ( IRenderContext context, Rectangle layout ) : void
context IRenderContext
layout Microsoft.Xna.Framework.Rectangle
return void