Click or drag to resize
BasicVisual Constructor (DrawingWindow)
Derived classes have to call to initiaze the drawing window

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

Parameters

target
Type: Algs4NetDrawingWindow
the drawing window
See Also