RectSetBottom
void RectSetBottom (Rect *rectangle, int bottom);
Purpose
Sets the height of a Rect structure so that the bottom edge of the rectangle it defines is at the specified location.
The bottom edge of the rectangle is not enclosed by the rectangle and is equal to the top plus the height.
Parameters
Input | ||
Name | Type | Description |
bottom | int | Y-coordinate of the new bottom edge. |
Output | ||
Name | Type | Description |
rectangle | Rect | On input, the size and location of a rectangle. On output, the same rectangle with a different bottom edge. |
Return Value
None.
Additional Information
Library: User Interface Library
Include file: userint.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later