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_layer_create
In This Topic
    IG_image_layer_create
    In This Topic

    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++.