SilverScreen Solid Modeler

paint_flush

paint_flush

This is the first topic This is the last topic  

paint_flush

This is the first topic This is the last topic JavaScript is required for the print function  

SilverScreenAPI

 

void paint_flush ( RECT *rect );

 

RECT *rect;

 

 

 




Synopsis

#include "silver.h"

 

The paint_flush function updates the window rectangle referred to by rect from the refresh buffer.

 

 

Parameters

rect is a pointer to a RECT that defines an area of the SilverScreen view window which is to be updated from the refresh buffer.

 

 

Return Value

None.

 

 

Comments

Calls to paint_flush may take place at any time, although they are usually most appropriate between calls to paint_begin and paint_end, to give the user some feedback as to screen activity.

 

 

See Also

paint_begin, paint_end