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_visible_get
In This Topic
    IG_layer_visible_get
    In This Topic

    This function obtains visibility state of the layer.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_layer_visible_get(
            HIGLAYER hLayer,
            AT_BOOL* lpbVisible
    );
    

    Arguments:

    Name Type Description
    hLayer HIGLAYER Handle to the layer object.
    lpbVisible AT_BOOL Layer visibility state.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.