|  | ||
| 
 | 
 void ss_image_display(SS_IMAGE_HANDLE ih) 
 SS_IMAGE_HANDLE ih; // A handle to an image returned by ss_image_capture 
 
 | 
 | 
| Synopsis | #include "silver.h" 
 The ss_image_display function displays the captured image on the screen. In Windows parlance this is known as a "bit-blit" operation after the Win32 API routine BitBlt. 
 | 
 | 
| Parameters | ih is an image handle that must have been returned by a call to ss_image_capture 
 | 
 | 
| Return Value | none 
 | 
 | 
| See Also | ss_image_capture, ss_image_destroy 
 | 
 | 
| Example | See ss_image_capture for an example | 
 |