Function:cs2sptxy
From S2PLOT
cs2sptxy
Set the text and position of a prompt.
Prototype
void cs2sptxy(char *prompt, float xfrac, float yfrac);
Description
Set the text and position of the prompt. xfrac and yfrac are fractions of the viewport from bottom left.
See Also
cs2scb | Set the callback funciton. |
Function:cs2spcb cs2spcb | Set the user prompt callback. |
Code Example
Back to S2PLOT function list.
Back to template page.