Creates a copy of the current RichTextElement.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public override Element Clone()
Visual Basic (Declaration)
Public Overrides Function Clone As Element
Visual C++
public:
virtual Element^ Clone() override

Return Value

A copy of the current RichTextElement.

See Also