How do i find the dimensions of a button?
Example:
I want to find the width of the start button, and the height and then
assign them to seperate ints.
int width=WindowWidth(Start);
int height=WindowHeight(Start);
The abbove functions are totally made up, so they are just
examples...