DrawRectanglePro method

void DrawRectanglePro(
  1. RectangleC rec,
  2. Vector2C origin,
  3. double rotation,
  4. ColorC color,
)

Implementation

void DrawRectanglePro(
  RectangleC rec,
  Vector2C origin,
  double rotation,
  ColorC color,
) {
  return _DrawRectanglePro(rec, origin, rotation, color);
}