ShapeGroup(ICollectionGraphicBase) Constructor |
Constructs a shape group from at least two objects.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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