C# Class LayoutFarm.RenderBoxes.GraphicsTimerTask

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GraphicsTimerTask ( RootGraphic rootgfx, TaskIntervalPlan planName, object uniqueName, int internvalMs, EventHandler tickHandler ) : System
InvokeHandler ( GraphicsTimerTaskEventArgs args ) : void
RemoveSelf ( ) : void

Method Details

GraphicsTimerTask() public méthode

public GraphicsTimerTask ( RootGraphic rootgfx, TaskIntervalPlan planName, object uniqueName, int internvalMs, EventHandler tickHandler ) : System
rootgfx RootGraphic
planName TaskIntervalPlan
uniqueName object
internvalMs int
tickHandler EventHandler
Résultat System

InvokeHandler() public méthode

public InvokeHandler ( GraphicsTimerTaskEventArgs args ) : void
args GraphicsTimerTaskEventArgs
Résultat void

RemoveSelf() public méthode

public RemoveSelf ( ) : void
Résultat void