Click or drag to resize

ShapeGroup(ICollectionGraphicBase) Constructor

Constructs a shape group from at least two objects.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ShapeGroup(
	ICollection<GraphicBase> objectsToGroup
)

Parameters

objectsToGroup  ICollectionGraphicBase
Objects to group together. An exception is thrown if the list contains less than 2 items.
See Also