ImageGear for C and C++ on Windows v19.9 - Updated
IG_ARTX_GUI_show_attributes
API Reference Guide > ArtXGUI Component API Reference > ArtXGUI Component Functions Reference > IG_ARTX_GUI_show_attributes

This function shows a property sheet for a given mark.

Declaration:

 
Copy Code
UINT IG_ARTX_GUI_show_attributes(
        HIG_ARTX_MARK hArtXMark,
        LPAT_ARTX_DRAW_PARAMS lpParams
);

Arguments:

Name Type Description
hArtXMark HIG_ARTX_MARK Mark whose attributes are to be shown.
lpParams LPAT_ARTX_DRAW_PARAMS Action params such as HIGEAR handle, device context, window handle.

Return Value:

0 if the function is successful, -1 otherwise.

Supported Raster Image Formats:

This function does not process image pixels.