ShapeGroup(ICollectionGraphicBase) Constructor |
Initializes a new instance of the
ShapeGroup class from a collection of shapes.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ShapeGroup(
ICollection<GraphicBase> objectsToGroup
)
Parameters
- objectsToGroup ICollectionGraphicBase
- The objects to group.
See Also