|  | ||
| 
 | 
 void paint_end (); 
 | 
 | 
| Synopsis | #include "silver.h" 
 The paint_end function tells the CAD engine that the most recently begun drawing activity has finished and should be presented on the screen, after which the 3D cursor is restored. 
 | 
 | 
| Parameters | None 
 | 
 | 
| Return Value | None 
 | 
 | 
| Comments | paint_end should only follow a previous call to paint_begin. Calls to paint_begin and paint_end must not be nested. 
 | 
 | 
| See Also | 
 | |
| Example | See ss_image_capture for an example | 
 |