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

    This function displays dialog with all currently defined global control parameters.

    Declaration:

     
    Copy Code
    BOOL  ACCUAPI  IG_gui_global_parameters_dlg(
            HWND hWnd
    );
    

    Arguments:

    Name Type Description
    hWnd HWND A handle of the parent window.

    Return Value:

    Returns TRUE if user clicked OK button; FALSE - otherwise.

    Supported Raster Image Formats:

    This function does not process image pixels.

    Sample:

    All

    Remarks:

    This function provides the type and value for each parameter. It also allows you to change current value of the parameter and add new parameters.