DrawRectangleLines method

void DrawRectangleLines(
  1. int posX,
  2. int posY,
  3. int width,
  4. int height,
  5. ColorC color,
)

Implementation

void DrawRectangleLines(
  int posX,
  int posY,
  int width,
  int height,
  ColorC color,
) {
  return _DrawRectangleLines(posX, posY, width, height, color);
}