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