Click or drag to resize

GraphicCollection Constructor

Initializes a new instance of the GraphicCollection class.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public GraphicCollection(
	Action<IGraphicBase> insertAction
)

Parameters

insertAction  ActionIGraphicBase
The action invoked when a graphic object is inserted.
See Also