21
edits
Changes
→display()
void display(int topOffset=0, int leftOffset=0)const;
</pre></big>
'''display()''', having the values of starts from top + topOffset and left + leftOffset, added to the top and left coordinates, it displays draws the frame with at to the calculated coordinates width and size using hight received form the values passed by its constructor .
====getLeft()====