ImageGear Professional v18.2 > 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.
Copy Code
|
|
---|---|
BOOL ACCUAPI IG_gui_ip_edge_detection_dlg( HWND hWnd, LPAT_IGGUI_IP_EDGE_DETECTION lpIpEdgeDetectionData ); |
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. |
Grayscale - 8 bpp.
Image Processing
The AT_IGGUI_IP_EDGE_DETECTION structure allows you to supply ImageGear with information about the image being processed.