Click or drag to resize

ShapeGroup(ICollectionGraphicBase) Constructor

Initializes a new instance of the ShapeGroup class from a collection of shapes.

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

Parameters

objectsToGroup  ICollectionGraphicBase
The objects to group.
See Also