sds_grclear

int sds_grclear (void);


Clear the drawing window.


This function clears the drawing window.

This function returns RTNORM unless a critical error occurs.

Example

char string1[512];

sds_getstring(0,"\nTo clear the graphics window, press Enter. ",string1);

sds_grclear();

Tell me about...

Programming Overview of SDS™ (Solutions Development System™)

sds_grdraw