Function:cs2sptxy
From S2PLOT
(Difference between revisions)
Revision as of 22:17, 6 January 2009 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 22:54, 6 January 2009 S2plot admin (Talk | contribs) Next diff → |
||
Line 1: | Line 1: | ||
==cs2sptxy== | ==cs2sptxy== | ||
+ | Set the text and position of a prompt. | ||
==Prototype== | ==Prototype== | ||
<code><pre> | <code><pre> | ||
+ | void cs2sptxy(char *prompt, float xfrac, float yfrac); | ||
</pre></code> | </pre></code> | ||
==Description== | ==Description== | ||
+ | Set the text and position of the prompt. xfrac and yfrac are fractions of the viewport from bottom left. | ||
==See Also== | ==See Also== |
Revision as of 22:54, 6 January 2009
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
Code Example
Back to S2PLOT function list.
Back to template page.