ImageGear for C and C++ on Windows v19.0
IG_vect_raster_save_to_HIGEAR

This function creates a new HIGEAR image from the raster entity.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_raster_save_to_HIGEAR(
        HIG_VECT_ENTITY hEntity,
        HIGEAR* lpIGear
);

Arguments:

Name Type Description
hEntity HIG_VECT_ENTITY Handle to the Entity.
lpIGear HIGEAR* Returns HIGEAR handle of the created image.

Return Value:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

RGBA – 32 bpp.

Sample:

None

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback