Text(String) Constructor

Initializes a new instance of the Text class.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Text(
	string s
)

Parameters

s  String
The s based on which this Text will be created

See Also