C# 클래스 Protogame.BasicSkinHelper

상속: IBasicSkinHelper
파일 보기 프로젝트 열기: RedpointGames/Protogame

공개 메소드들

메소드 설명
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

메소드 상세

BasicSkinHelper() 공개 메소드

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

DrawFlat() 공개 메소드

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

DrawRaised() 공개 메소드

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

DrawSunken() 공개 메소드

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