DrawRectangleLines function
Implementation
void DrawRectangleLines(
num posX,
num posY,
num width,
num height,
ColorD color,
) => _module.DrawRectangleLines(posX, posY, width, height, color);
void DrawRectangleLines(
num posX,
num posY,
num width,
num height,
ColorD color,
) => _module.DrawRectangleLines(posX, posY, width, height, color);