DrawRectangleV function

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

Implementation

void DrawRectangleV(Vector2C position, Vector2C size, ColorC color) => _module.DrawRectangleV(position, size, color);