ShapeGroupAddRange Method |
Adds a number of items to this shape group.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void AddRange(
IEnumerable<GraphicBase> list
)
Parameters
- list IEnumerableGraphicBase
- List of items to add.
See Also