GuiLabel method
Implementation
int GuiLabel(
RectangleD bounds,
String? text,
) => run(
() => 'GuiLabel($bounds, $text)',
() => rl.Gui.GuiLabel(
rl.Temp.Rectangle$.Ref1(bounds).ref,
rl.Temp.String$.ValueOrNull(text),
),
);
int GuiLabel(
RectangleD bounds,
String? text,
) => run(
() => 'GuiLabel($bounds, $text)',
() => rl.Gui.GuiLabel(
rl.Temp.Rectangle$.Ref1(bounds).ref,
rl.Temp.String$.ValueOrNull(text),
),
);