ImageGear for C and C++ on Windows v19.3 - Updated
IG_gui_ip_tilt_dlg
API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Image Processing Functions > IG_gui_ip_tilt_dlg

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