图像列表包含图像的信息
Global Const $tagIMAGEINFO = "hwnd hBitmap;hwnd hMask;int Unused1;int Unused2;int Left;int Top;int Right;int Bottom"
参数
hBitmap | Handle to the bitmap that contains the images |
hMask | Handle to a monochrome bitmap that contains the masks for the images |
Unused1 | 不使用 |
Unused2 | 不使用 |
Left | Left side of the rectangle of the image |
Top | Top of the rectangle of the image |
Right | Right side of the rectangle of the image |
Bottom | Bottom of the rectangle of the image |
注意/说明
None.
相关