RectSet
void RectSet (Rect *rectangle, int top, int left, int height, int width);
Purpose
Sets the values in an existing Rect structure. The Rect structure defines the location and size of a rectangle.
Parameters
| Input | ||
| Name | Type | Description |
| top | int | Location of the top edge of the rectangle. |
| left | int | Location of the left edge of the rectangle. |
| height | int | Height of the rectangle. |
| width | int | Width of the rectangle. |
| Output | ||
| Name | Type | Description |
| rectangle | Rect | Rect structure in which to store the new values. |
Return Value
None.
Additional Information
Library: User Interface Library
Include file: userint.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later