Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

SystemInformation.get3DBorderSize

Retrieves the dimensions, in pixels, of a three-dimensional border.

Syntax

public static final Point get3DBorderSize()

Return Value

Returns a Point object that represents the dimensions of the border.

Remarks

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

See Also   getBorderSize