DrawRectangle abstract method
Draw a color-filled rectangle
Implementation
void DrawRectangle(
num posX,
num posY,
num width,
num height,
ColorStructType color,
);
Draw a color-filled rectangle
void DrawRectangle(
num posX,
num posY,
num width,
num height,
ColorStructType color,
);