DrawRectanglePro function

void DrawRectanglePro(
  1. RectangleD rec,
  2. Vector2D origin,
  3. double rotation,
  4. ColorD color,
)

See RaylibCoreFlatModule.DrawRectanglePro.

Implementation

void DrawRectanglePro(
  RectangleD rec,
  Vector2D origin,
  double rotation,
  ColorD color,
) => _module.DrawRectanglePro(rec, origin, rotation, color);