DrawRectanglePro abstract method

void DrawRectanglePro(
  1. RectangleStructType rec,
  2. Vector2StructType origin,
  3. num rotation,
  4. ColorStructType color,
)

Implementation

void DrawRectanglePro(
  RectangleStructType rec,
  Vector2StructType origin,
  num rotation,
  ColorStructType color,
);