Label Constructor (Theme, Rectangle, String)Delta Engine Documentation
Initializes a new instance of the Label class

Namespace: DeltaEngine.Scenes.Controls
Assembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public Label(
	Theme theme,
	Rectangle drawArea,
	string text = ""
)
See Also