ImageGear Professional DLL v18.1 for Windows
IG_layer_array_create
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Functions Reference > Layer Functions > IG_layer_array_create

Glossary Item Box

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.

©2014. Accusoft Corporation. All Rights Reserved.