ImageGear Professional v18.4 > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > General Functions > IG_gui_center_window |
This function centers the child window in the parent window.
Copy Code
|
|
---|---|
VOID ACCUAPI IG_gui_center_window( HWND hChild, HWND hParent ); |
Name | Type | Description |
hChild | HWND | The HWND handle of the child window to be centered. |
hParent | HWND | The HWND handle of the parent window. |
This function does not process image pixels.
None