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

Glossary Item Box

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.

©2014. Accusoft Corporation. All Rights Reserved.