ImageGear Professional v18.4 > 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.
Copy Code
|
|
---|---|
BOOL ACCUAPI IG_gui_layer_properties_dlg( HWND hWnd, HIGLAYER hLayer ); |
Name | Type | Description |
hWnd | HWND | A parent window for the layer properties dialog. |
hLayer | HIGLAYER | Handle to the layer object whose properties are accessed. |
Error count.
This function does not process image pixels.