 
            This function creates a new HIGEAR image from the raster entity.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_vect_raster_save_to_HIGEAR(
        HIG_VECT_ENTITY hEntity,
        HIGEAR* lpIGear
);
 | |
| Name | Type | Description | 
|---|---|---|
| hEntity | HIG_VECT_ENTITY | Handle to the Entity. | 
| lpIGear | HIGEAR* | Returns HIGEAR handle of the created image. | 
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
RGBA – 32 bpp.
None