ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Vector Component API Reference / Vector Component Functions Reference / Raster Functions / IG_vect_raster_save_to_HIGEAR
In This Topic
    IG_vect_raster_save_to_HIGEAR
    In This Topic

    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