TextElement Constructor (TextElement)

Initializes a new instance of the [TextElement] class.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public TextElement(
	TextElement copy
)
Public Sub New ( _
	copy As TextElement _
)
public:
TextElement(
	TextElement^ copy
)

Parameters

copy
Type: TextElement
The copy.