SilverScreen Solid Modeler

ss_image_destroy

ss_image_destroy

Previous topic Next topic  

ss_image_destroy

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

void ss_image_destroy(SS_IMAGE_HANDLE ih)

 

SS_IMAGE_HANDLE ih; // A handle to an image returned by ss_image_capture

 

 

 




Synopsis

#include "silver.h"

 

The prim_triangles_destroy function releases all memory associated with the image handle ih

 

 

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_display

 

 

Example

See ss_image_capture for an example