|
DenavitHartenbergViewer Constructor
|
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public DenavitHartenbergViewer(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
Request Example
View SourceParameters
- width
- Type: SystemInt32
Width of the drawing window - height
- Type: SystemInt32
Height of the drawing window
See Also