21
edits
Changes
m
→display()
====display()====
<big><pre>
void display(voidint topOffset=0, int leftOffset=0)const;
</pre></big>
'''display()''', having the values of topOffset and leftOffset, added to the top and left coordinates, it displays the frame with at the specified calculated coordinates and size in using the values passed by its constructor.
====getLeft()====