ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Functions Reference / General Functions / IG_gui_image_info_dlg
In This Topic
    IG_gui_image_info_dlg
    In This Topic

    This function shows the image information dialog box.

    Declaration:

     
    Copy Code
    VOID  ACCUAPI IG_gui_image_info_dlg( 
            HWND hWnd, 
            HIGEAR hIGear 
    );
    

    Arguments:

    Name Type Description
    hWnd HWND A parent window for the image information dialog.
    hIGear HIGEAR An image for which to get information.

    Return Value:

    None

    Supported Raster Image Formats:

    All pixel formats supported by ImageGear for C and C++.

    Sample:

    Color, Display, GUI Windows, Image Processing, IOSET, JPEG, Magnify, Medical, Memory IO, Palette Edit, Pixel Access, Poster, Print, Annotation, Vector, Filters, FlashPix, ImageClean, ISIS, TWAIN

    Example:

     
    Copy Code
    #include "IG_gui_common.h"
    IG_gui_image_info_dlg( hWnd, hIGear );
    

    Remarks:

    The following image parameters are shown: Image Width, Image Height, Bits per pixel, DIB format, DIB size, Resolution units, Horizontal Resolution, Vertical Resolution. Image preview is also available.