ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / Layer Functions / IG_layer_array_create
In This Topic
    IG_layer_array_create
    In This Topic

    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.