DrawRectangleRec method
Implementation
void DrawRectangleRec(
RectangleD rec,
ColorD color,
) => run(
() => 'DrawRectangleRec($rec, $color)',
() => rl.Core.DrawRectangleRec(
_refRectangle1(rec).ref,
_refColor1(color).ref,
),
);
void DrawRectangleRec(
RectangleD rec,
ColorD color,
) => run(
() => 'DrawRectangleRec($rec, $color)',
() => rl.Core.DrawRectangleRec(
_refRectangle1(rec).ref,
_refColor1(color).ref,
),
);