GuiPanel abstract method

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

Panel control, useful to group controls

Implementation

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