SilverScreen Solid Modeler

screen_push

screen_push

Previous topic Next topic  

screen_push

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void screen_push ( void *screen )

 

void *screen;      // address of saved screen

 

 

 




Synopsis

#include "silver.h"

 

The screen_push function pushes a pointer to a saved screen rectangle, onto the stack of saved screen rectangles.

 

 

Parameters

screen is a pointer to a saved screen rectangle, as obtained by screen_pop , cast to a void pointer.

 

 

Return Value

none.

 

 

See Also

screen_pop , screen_save