C# Class andengine.opengl.font.Size

Afficher le fichier Open project: jamesburton/AndEngine.net Class Usage Examples

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
Init ( float pWidth, float pHeight ) : void

Method Details

GetHeight() public méthode

public GetHeight ( ) : float
Résultat float

GetWidth() public méthode

public GetWidth ( ) : float
Résultat float

Init() protected méthode

protected Init ( float pWidth, float pHeight ) : void
pWidth float
pHeight float
Résultat void

Set() public méthode

public Set ( int pWidth, int pHeight ) : void
pWidth int
pHeight int
Résultat void

SetHeight() public méthode

public SetHeight ( float height ) : void
height float
Résultat void

SetWidth() public méthode

public SetWidth ( float width ) : void
width float
Résultat void

Size() public méthode

public Size ( )

Size() public méthode

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