ImageGear Professional DLL v18.1 for Windows
IG_gui_about_dlg
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > General Functions > IG_gui_about_dlg

Glossary Item Box

This function displays an ABOUT dialog with basic information about the ImageGear version.

Declaration:

  Copy Code
BOOL  ACCUAPI  IG_gui_about_dlg (
        HWND hWnd,
        LPCHAR lpszTitle
);

Arguments:

Name Type Description
hWnd HWND A handle of the parent window.
lpszTitle LPCHAR A title string for ABOUT dialog window.

Return Value:

Returns TRUE if OK button is clicked; FALSE - otherwise.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

GUI Windows

Remarks:

The first argument is used as handle for parent window, and second for dialog title.

©2014. Accusoft Corporation. All Rights Reserved.