DrawRectanglePro method

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

Draw a color-filled rectangle with pro parameters

Implementation

void DrawRectanglePro(RectangleC rec, Vector2C origin, double rotation, ColorC color)
  => _DrawRectanglePro(rec, origin, rotation, color);