PointSet
void PointSet (Point *point, int xCoordinate, int yCoordinate);
Purpose
Sets the values in an existing Point structure. The Point structure defines the location of a point.
Parameters
Input | ||
Name | Type | Description |
xCoordinate | int | Horizontal location of the point. |
yCoordinate | int | Vertical location of the point. |
Output | ||
Name | Type | Description |
point | Point | Point 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