DrawRectangleV method

void DrawRectangleV(
  1. Vector2C position,
  2. Vector2C size,
  3. ColorC color
)

Implementation

void DrawRectangleV(Vector2C position, Vector2C size, ColorC color) {
  return _DrawRectangleV(position, size, color);
}