DrawRectangleV function

void DrawRectangleV(
  1. Vector2D position,
  2. Vector2D size,
  3. ColorD color
)

Implementation

void DrawRectangleV(
  Vector2D position,
  Vector2D size,
  ColorD color,
) => _module.DrawRectangleV(position, size, color);