DrawRectanglePro abstract method
void
DrawRectanglePro(
- RectangleStructType rec,
- Vector2StructType origin,
- num rotation,
- ColorStructType color,
Draw a color-filled rectangle with pro parameters
Implementation
void DrawRectanglePro(
RectangleStructType rec,
Vector2StructType origin,
num rotation,
ColorStructType color,
);