ImageGear for C and C++ on Windows v19.9 - Updated
IG_image_layer_create
API Reference Guide > Core Component API Reference > Core Component Functions Reference > Image Layer Functions > IG_image_layer_create

This function creates the image layer from the raster image.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_image_layer_create(
        HIGEAR hIGear,
        LPHIGIMAGELAYER lphLayer
);

Arguments:

Name Type Description
hIGear HIGEAR Raster image from which to create layer.
lphLayer LPHIGIMAGELAYER Handle to the created image layer object.

Return Value:

Error count.

Supported Raster Image Formats:

All pixel formats supported by ImageGear for C and C++.