ImageGear for C and C++ on Windows v19.9 - Updated
IG_gui_layer_properties_dlg
API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Layers Functions > IG_gui_layer_properties_dlg

This function shows the specified layer's properties dialog box, in which the user can view and edit the layer's properties.

Declaration:

 
Copy Code
BOOL ACCUAPI IG_gui_layer_properties_dlg(
        HWND hWnd,
        HIGLAYER hLayer
);

Arguments:

Name Type Description
hWnd HWND A parent window for the layer properties dialog.
hLayer HIGLAYER Handle to the layer object whose properties are accessed.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.