Initializes a new instance of the
Label class
Namespace: DeltaEngine.Scenes.ControlsAssembly: DeltaEngine.Scenes (in DeltaEngine.Scenes.dll) Version: 1.1.1.0 (1.1.1)
public Label(
Rectangle drawArea,
string text = ""
)
public Label(
Rectangle drawArea,
string text = ""
)
Public Sub New (
drawArea As Rectangle,
Optional text As String = ""
)
Public Sub New (
drawArea As Rectangle,
Optional text As String = ""
)
public:
Label(
Rectangle drawArea,
String^ text = L""
)
public:
Label(
Rectangle drawArea,
String^ text = L""
)
new :
drawArea : Rectangle *
?text : string
(* Defaults:
let _text = defaultArg text ""
*)
-> Label
new :
drawArea : Rectangle *
?text : string
(* Defaults:
let _text = defaultArg text ""
*)
-> Label