ImageGear Professional DLL v18.1 for Windows
IG_gui_ip_tilt_dlg
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Image Processing Functions > IG_gui_ip_tilt_dlg

Glossary Item Box

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

©2014. Accusoft Corporation. All Rights Reserved.