38 URectangle(
int X1,
int Y1,
int X2,
int Y2, COLORREF color);
47 bool display(
int X1,
int Y1,
int X2,
int Y2, WCHAR* TEXT)
override;
URectangle * SetColor(COLORREF color)
Rectangle interface class Provide interface for creating/removing custom rectangle.
URectangle * SetBorderWidth(int w)
URectangle * SetBorderColor(COLORREF color)
bool display(int X1, int Y1, int X2, int Y2, WCHAR *TEXT) override
Base draw interface class. Parent of basic draw classes.