Click or drag to resize

ShapeGroup(ShapeGroup) Constructor

Copy constructor.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ShapeGroup(
	ShapeGroup from
)

Parameters

from  ShapeGroup
Another shape group to copy from. The objects of this shape group are cloned before added to the new group.
See Also