GuiLabel abstract method

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

Label control

Implementation

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