Click or drag to resize

ShapeGroupAddRange Method

Adds a number of items to this shape group.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddRange(
	IEnumerable<GraphicBase> list
)

Parameters

list  IEnumerableGraphicBase
List of items to add.
See Also