GuiLabel method
Implementation
int GuiLabel(
RectangleD bounds,
String? text,
) => run(
() => 'GuiLabel($bounds, $text)',
() => rl.Gui.GuiLabel(
_refRectangle1(bounds).ref,
refStr(text),
),
);
int GuiLabel(
RectangleD bounds,
String? text,
) => run(
() => 'GuiLabel($bounds, $text)',
() => rl.Gui.GuiLabel(
_refRectangle1(bounds).ref,
refStr(text),
),
);