GuiLabel function

int GuiLabel(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text
)

See RaylibGuiFlatModule.GuiLabel.

Implementation

int GuiLabel(
  RectangleD bounds,
  MemoryPointer<RChar> text,
) => _module.GuiLabel(bounds, text);