Q3Pop_Submit
You can use theQ3Pop_Submitfunction to pop a graphics state off the graphics state stack.
TQ3Status Q3Pop_Submit (TQ3ViewObject view);
view- A view.
DESCRIPTION
TheQ3Pop_Submitfunction pops the graphics state of the view specified by theviewparameter off the graphics state stack. Every call toQ3Pop_Submitmust match a previous call toQ3Push_Submit.SPECIAL CONSIDERATIONS
You should callQ3Pop_Submitonly in a submitting loop.