poINote SetPosition
Sets the note position.
Syntax
poINote_handle SetPosition x_pos y_pos
Application
HyperView Tcl Modify
Description
This command sets the note position.
Inputs
- x_pos
- The x coordinate on the screen; value between 0 (left) and 1 (right).
- y_pos
- The y coordinate on the screen; value between 0 (top) and 1 (bottom).
Example
poINote_handle SetPosition 0 0;
poiPost_handle Draw;
poINote_handle SetPosition 0.5 0.5;
poiPost_handle Draw;
Errors
Returns 0 if successful, otherwise an error code.