Microsoft SDK for Java

Rectangle.getBottom

Retrieves the lowest point in the rectangle's y-axis.

Syntax

public final int getBottom()

Return Value

Returns the lowest point in the rectangle's y-axis. This value equates to the sum of the rectangle's y-coordinate and its height.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.