Click or drag to resize

GraphicBaseClone Method

Creates a cloned copy of this object.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract Object Clone()

Return Value

Object
The cloned copy of this object.

Implements

ICloneableClone
See Also