Click or drag to resize

ShapeGroupAdd Method

Adds an item to this shape group.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Add(
	GraphicBase obj
)

Parameters

obj  GraphicBase
Item to add.
See Also