DrawRectangleLines method

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

Draw rectangle outline

Implementation

void DrawRectangleLines(int posX, int posY, int width, int height, ColorC color)
  => _DrawRectangleLines(posX, posY, width, height, color);