C# Class andengine.opengl.font.Size

Show file Open project: jamesburton/AndEngine.net Class Usage Examples

Public Methods

Method Description
GetHeight ( ) : float
GetWidth ( ) : float
Set ( int pWidth, int pHeight ) : void
SetHeight ( float height ) : void
SetWidth ( float width ) : void
Size ( )
Size ( float pWidth, float pHeight )

Protected Methods

Method Description
Init ( float pWidth, float pHeight ) : void

Method Details

GetHeight() public method

public GetHeight ( ) : float
return float

GetWidth() public method

public GetWidth ( ) : float
return float

Init() protected method

protected Init ( float pWidth, float pHeight ) : void
pWidth float
pHeight float
return void

Set() public method

public Set ( int pWidth, int pHeight ) : void
pWidth int
pHeight int
return void

SetHeight() public method

public SetHeight ( float height ) : void
height float
return void

SetWidth() public method

public SetWidth ( float width ) : void
width float
return void

Size() public method

public Size ( )

Size() public method

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