C# Class PsmFramework.Engines.DrawEngine2d.ManagerBase

Inheritance: IDisposablePlus
Mostra file Open project: artwallace/PsmFramework

Public Methods

Method Description
Dispose ( ) : void
ManagerBase ( DrawEngine2d drawEngine2d ) : System

Protected Methods

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

Private Methods

Method Description
CleanupDrawEngine2d ( ) : void
CleanupInternal ( ) : void
InitializeDrawEngine2d ( DrawEngine2d drawEngine2d ) : void
InitializeInternal ( DrawEngine2d drawEngine2d ) : void

Method Details

Cleanup() protected method

protected Cleanup ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void

ManagerBase() public method

public ManagerBase ( DrawEngine2d drawEngine2d ) : System
drawEngine2d DrawEngine2d
return System