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

Mostra file Open project: artwallace/PsmFramework

Public Methods

Method Description
Label ( LayerBase layer ) : System
RenderHelper ( ) : void

Protected Methods

Method Description
Cleanup ( ) : void
Initialize ( ) : void
RecalcBounds ( ) : void
RecalcHelper ( ) : void

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

Label() public method

public Label ( LayerBase layer ) : System
layer LayerBase
return System

RecalcBounds() protected method

protected RecalcBounds ( ) : void
return void

RecalcHelper() protected method

protected RecalcHelper ( ) : void
return void

RenderHelper() public method

public RenderHelper ( ) : void
return void