Click or drag to resize
Animation Class
Demonstrates basic drawing and animation capabilities using the current version of DrawingWindow. The class could be marked internal as it has no use outside the MainTest(String) method.
Inheritance Hierarchy

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Animation : DrawingWindow

The Animation type exposes the following members.

Constructors
  NameDescription
Public methodAnimation
Sets up the window, draws a background and attach a handler for frame-based animation
Top
Methods
  NameDescription
Public methodStatic memberMainTest
Demo test the Animation data type.
Public methodUpdate
The event handler to support frame-based animation
Top
See Also