Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

SystemInformation.getBorderSize

Retrieves the width and height, in pixels, of a window border.

Syntax

public static final Point getBorderSize()

Return Value

Returns a Point object that represents the size of a sizeable window border.

Remarks

The getBorderSize method is the non-three-dimensional counterpart of the get3DBorderSize method.  Use this method when creating a control that has a border to determine the proper sizing of the border.

See Also get3DBorderSize