C# 클래스 andengine.opengl.font.Size

파일 보기 프로젝트 열기: jamesburton/AndEngine.net 1 사용 예제들

공개 메소드들

메소드 설명
GetHeight ( ) : float
GetWidth ( ) : float
Set ( int pWidth, int pHeight ) : void
SetHeight ( float height ) : void
SetWidth ( float width ) : void
Size ( )
Size ( float pWidth, float pHeight )

보호된 메소드들

메소드 설명
Init ( float pWidth, float pHeight ) : void

메소드 상세

GetHeight() 공개 메소드

public GetHeight ( ) : float
리턴 float

GetWidth() 공개 메소드

public GetWidth ( ) : float
리턴 float

Init() 보호된 메소드

protected Init ( float pWidth, float pHeight ) : void
pWidth float
pHeight float
리턴 void

Set() 공개 메소드

public Set ( int pWidth, int pHeight ) : void
pWidth int
pHeight int
리턴 void

SetHeight() 공개 메소드

public SetHeight ( float height ) : void
height float
리턴 void

SetWidth() 공개 메소드

public SetWidth ( float width ) : void
width float
리턴 void

Size() 공개 메소드

public Size ( )

Size() 공개 메소드

public Size ( float pWidth, float pHeight )
pWidth float
pHeight float