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

This function creates new blank composition of layers.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_layer_array_create(
        LPHIGLAYERARRAY lphLayers
);

Arguments:

Name Type Description
lphLayers LPHIGLAYERARRAY Handle to the created layer array object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

You can attach this composition to an image using IG_image_layers_set to convert the regular raster image into the layered one.