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

This function opens the Edge Detection Dialog.

Declaration:

 
Copy Code
BOOL ACCUAPI IG_gui_ip_edge_detection_dlg(
   HWND hWnd,
   LPAT_IGGUI_IP_EDGE_DETECTION lpIpEdgeDetectionData
);

Arguments:

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

Return Value:

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

Supported Raster Image Formats:

Grayscale - 8 bpp.

Sample:

Image Processing

Remarks:

The AT_IGGUI_IP_EDGE_DETECTION structure allows you to supply ImageGear with information about the image being processed.