8#ifndef GRAPHICS_PRIMITIVES_GROUNDEDRECTANGLE_H_
9#define GRAPHICS_PRIMITIVES_GROUNDEDRECTANGLE_H_
20 void draw(
int x,
int y,
int w,
int h,
int radius,
bool isFilled);
26 float numberOfVertices = 100;
Definition gRoundedRectangle.h:13
~gRoundedRectangle() override
gRoundedRectangle(int x, int y, int w, int h, int radius, bool isFilled)
void draw(int x, int y, int w, int h, int radius, bool isFilled)
void setRoundedRectanglePoints(int x, int y, int w, int h, int radius, bool isFilled)