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