This function creates a window with a list of multi-page image pages and allows you to perform operations with its pages.
Copy Code
|
|
---|---|
HWND ACCUAPI IG_gui_mp_image_wnd( HWND hWnd, HMIGEAR hMImage, UINT nPWidth, UINT nPHeight ); |
Name | Type | Description |
---|---|---|
hWnd | HWND | A handle of the parent window. |
hMImage | HMIGEAR | A handle of a multi-page image. |
nPWidth | UINT | A page width. |
nPHeight | UINT | A page height. |
Returns a handle of the created window or if the function fails, the return value is NULL.
This function does not process image pixels.
Copy Code
|
|
---|---|
#include "IG_gui_common.h"
IG_gui_mp_image_wnd (hWnd, hMImage, nPWidth, nPHeight);
|
MFC Multipage