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