DrawRectangleV abstract method

void DrawRectangleV(
  1. Vector2StructType position,
  2. Vector2StructType size,
  3. ColorStructType color
)

Implementation

void DrawRectangleV(
  Vector2StructType position,
  Vector2StructType size,
  ColorStructType color,
);