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