C# Class PsmFramework.Engines.DrawEngine2d.Drawables.Label

Afficher le fichier Open project: artwallace/PsmFramework

Méthodes publiques

Méthode Description
Label ( LayerBase layer ) : System
RenderHelper ( ) : void

Méthodes protégées

Méthode Description
Cleanup ( ) : void
Initialize ( ) : void
RecalcBounds ( ) : void
RecalcHelper ( ) : void

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Label() public méthode

public Label ( LayerBase layer ) : System
layer LayerBase
Résultat System

RecalcBounds() protected méthode

protected RecalcBounds ( ) : void
Résultat void

RecalcHelper() protected méthode

protected RecalcHelper ( ) : void
Résultat void

RenderHelper() public méthode

public RenderHelper ( ) : void
Résultat void