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

    This function obtains the layers associated with the specified HIGEAR.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_image_layers_get(
            HIGEAR hIGear,
            LPHIGLAYERARRAY lphLayers
    );
    

    Arguments:

    Name Type Description
    hIGear HIGEAR Handle to the image whose layers are obtained.
    lphLayers LPHIGLAYERARRAY Obtained layer array representing the layers of the specified image.

    Return Value:

    Error count.

    Supported Raster Image Formats:

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