ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Functions Reference / Layers Functions / IG_gui_layer_properties_dlg
In This Topic
    IG_gui_layer_properties_dlg
    In This Topic

    This function shows the specified layer's properties dialog box, in which the user can view and edit the layer's properties.

    Declaration:

     
    Copy Code
    BOOL ACCUAPI IG_gui_layer_properties_dlg(
            HWND hWnd,
            HIGLAYER hLayer
    );
    

    Arguments:

    Name Type Description
    hWnd HWND A parent window for the layer properties dialog.
    hLayer HIGLAYER Handle to the layer object whose properties are accessed.

    Return Value:

    Error count.

    Supported Raster Image Formats:

    This function does not process image pixels.