DrawRectangleV method
Draw a color-filled rectangle (Vector version)
Implementation
void DrawRectangleV(
Vector2D position,
Vector2D size,
ColorD color,
) => run(
() => _debugLabels.DrawRectangleV(position, size, color),
() => _flat.DrawRectangleV(
position,
size,
color,
),
);