Text Constructor (Text)

SFML.Net

Text Constructor (Text)
Construct the text from another text

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Text(
	Text copy
)
Public Sub New ( 
	copy As Text
)
public:
Text(
	Text^ copy
)
new : 
        copy : Text -> Text

Parameters

copy
Type: SFML.GraphicsText
Text to copy
See Also