Click or drag to resize

AbstractGraphToolsCommand Constructor

Initializes a new instance of the AbstractGraphToolsCommand class.

Namespace: Altaxo.Graph.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected AbstractGraphToolsCommand(
	GraphToolType toolType
)

Parameters

toolType  GraphToolType
The graph tool type represented by the command.
See Also