Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

SystemInformation.getIconSize

Retrieves the default width and height, in pixels, of an icon.

Syntax

public static final Point getIconSize()

Return Value

Returns a Point object that represents the default size of an icon.

Remarks

Use the getIconSize method to determine the Windows default icon size. This method determines whether the size of icons displayed in your applications are consistent with Windows. The icon size returned by this method is for large icons.

See Also getIconSpacingSize