Click or drag to resize
BasicVisual Class
The base class to faciliate drawing while keeping track of the drawing visual object. See a derived class such as Point2D for an example
Inheritance Hierarchy

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

The BasicVisual type exposes the following members.

Constructors
  NameDescription
Public methodBasicVisual
Default constructor. Use this when other members such as the Display property is not needed in the derived class's application.
Public methodBasicVisual(DrawingWindow)
Derived classes have to call to initiaze the drawing window
Top
Properties
  NameDescription
Public propertyDisplay
Uses to set the display as needed
Top
Methods
  NameDescription
Public methodDraw
Derived class needs to implement this method
Top
See Also