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

Glossary Item Box

This function opens the Rank Dialog.

Declaration:

  Copy Code
BOOL ACCUAPI IG_gui_ip_rank_dlg(
   HWND hWnd,
   LPAT_IGGUI_IP_RANK lpIp
);

Arguments:

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

Return Value:

If the lpIP structure is invalid or cancel is clicked, the function returns FALSE. Otherwise, it returns TRUE.

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional, except Indexed RGB with non-grayscale palette.

Sample:

Image Processing

©2014. Accusoft Corporation. All Rights Reserved.