Click or drag to resize
Accord.NET (logo)

DenavitHartenbergViewer Constructor

Initializes a new instance of the DenavitHartenbergViewer class.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public DenavitHartenbergViewer(
	int width,
	int height
)
Request Example View Source

Parameters

width
Type: SystemInt32
Width of the drawing window
height
Type: SystemInt32
Height of the drawing window
See Also