Creates a deep copy of the drawel, including a copy of its subtree.

Namespace:  C1.C1PrintDocument.DocEngine.Src
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public DrawelBase Copy()
Visual Basic (Declaration)
Public Function Copy As DrawelBase

Return Value

The new drawel

See Also