RectBottom
int RectBottom (Rect rectangle);
Purpose
Returns the y-coordinate of the bottom edge a rectangle. The bottom edge is not enclosed by the rectangle.
The bottom is is computed as follows:
bottom = rect.top + rect.height
Parameters
Input | ||
Name | Type | Description |
rectangle | Rect | The location and size of a rectangle. |
Return Value
Name | Type | Description |
bottom | int | Y-coordinate of the bottom of the rectangle. The bottom is not enclosed by the rectangle and is equal to rect.top + rect.height. |
Additional Information
Library: User Interface Library
Include file: userint.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later