DrawRectangleRec method
Draw a color-filled rectangle
Implementation
void DrawRectangleRec(
RectangleD rec,
ColorD color,
) => run(
() => _debugLabels.DrawRectangleRec(rec, color),
() => _flat.DrawRectangleRec(
rec,
color,
),
);
Draw a color-filled rectangle
void DrawRectangleRec(
RectangleD rec,
ColorD color,
) => run(
() => _debugLabels.DrawRectangleRec(rec, color),
() => _flat.DrawRectangleRec(
rec,
color,
),
);