Retrieves the height and width of the control.
public final Point getSize()
Returns a Point object that contains the dimensions of the control. The Point.x field holds the control width; the Point.y field holds the height.
See Also setSize