C# 클래스 entity.Main.Skin

파일 보기 프로젝트 열기: troymac1ure/Entity

공개 메소드들

메소드 설명
Skin ( Map map, Meta meta ) : System
Skin ( Map map, int tagIdent ) : System
createText ( Map map, textBlockData td, string Text, bool wrapText ) : bitmapData
getMenuSelection ( string Text, int selection ) : List
getMenuSize ( ) : Rectangle

비공개 메소드들

메소드 설명
getFont ( string fontName ) : H2FontClass.H2Font
loadFontNames ( ) : void
loadSkin ( ) : void

메소드 상세

Skin() 공개 메소드

public Skin ( Map map, Meta meta ) : System
map HaloMap.Map.Map
meta HaloMap.Meta.Meta
리턴 System

Skin() 공개 메소드

public Skin ( Map map, int tagIdent ) : System
map HaloMap.Map.Map
tagIdent int
리턴 System

createText() 공개 정적인 메소드

public static createText ( Map map, textBlockData td, string Text, bool wrapText ) : bitmapData
map HaloMap.Map.Map
td entity.Main.MenuClasses.textBlockData
Text string
wrapText bool
리턴 entity.Main.MenuClasses.bitmapData

getMenuSelection() 공개 메소드

public getMenuSelection ( string Text, int selection ) : List
Text string
selection int
리턴 List

getMenuSize() 공개 메소드

public getMenuSize ( ) : Rectangle
리턴 System.Drawing.Rectangle