Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

Control.getClientSize

Retrieves the height and width of the client area of the control.

Syntax

public final Point getClientSize()

Return Value

Returns a Point object that contains the dimensions of the client area of the control. The Point.x field holds the client area width; the Point.y field holds the height.

See Also   setClientSize