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

    This function displays the Tilt dialog.

    Declaration:

     
    Copy Code
    BOOL ACCUAPI IG_gui_ip_tilt_dlg(
       HWND hWnd,
       LPAT_IGGUI_IP_TILT lpIpTiltData
    );
    

    Arguments:

    Name Type Description
    hWnd HWND The HWND handle of the parent window.
    lpIpTiltData LPAT_IGGUI_IP_TILT A pointer to a structure of type AT_IGGUI_IP_TILT which contains image information and parameters for processing.

    Return Value:

    A Boolean value. If the user clicks OK, returns TRUE. Otherwise, FALSE.

    Supported Raster Image Formats:

    Grayscale - 8, 16, 32 bpp.

    Sample:

    Image Processing