ShapeGroupCopyFrom(ShapeGroup, Boolean) Method |
Copies the values from another
ShapeGroup instance.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void CopyFrom(
ShapeGroup from,
bool withBaseMembers
)
Parameters
- from ShapeGroup
- The instance to copy from.
- withBaseMembers Boolean
- If set to , base class members are copied as well.
See Also