Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
Control.getSize
Retrieves the height and width of the control.
Syntax
public final Point getSize()
Return Value
Returns a Point object that contains the dimensions of the the control. The Point.x field holds the control width; the Point.y field holds the height.
See Also setSize