DrawRectangleLines method
Label for RaylibCoreModuleBase.DrawRectangleLines.
Implementation
String DrawRectangleLines(
num posX,
num posY,
num width,
num height,
ColorBase color,
) => 'DrawRectangleLines($posX, $posY, $width, $height, $color)';