C# Class Demo.ImageViewer.ImageViewerMode

Inheritance: PsmFramework.Modes.DrawEngine2dModeBase
Afficher le fichier Open project: artwallace/PsmFramework

Méthodes publiques

Méthode Description
ImageViewerMode ( AppManager mgr ) : System
ImageViewerModeFactory ( AppManager mgr ) : ModeBase
Update ( ) : void

Méthodes protégées

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

Method Details

Cleanup() protected méthode

protected Cleanup ( ) : void
Résultat void

ImageViewerMode() public méthode

public ImageViewerMode ( AppManager mgr ) : System
mgr PsmFramework.AppManager
Résultat System

ImageViewerModeFactory() public static méthode

public static ImageViewerModeFactory ( AppManager mgr ) : ModeBase
mgr PsmFramework.AppManager
Résultat PsmFramework.Modes.ModeBase

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void