Click or drag to resize

ShapeGroupUngroup Method

Ungroup the items. The items are transformed according to the transformations of this shape group. After returning from this function, the shape group contains no items and can be deleted.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GraphicBase[] Ungroup()

Return Value

GraphicBase
The ungrouped and transformed items of this shape group.
See Also