MdispSelectWindow (Mil 函数描述)
2021-02-05 08:17
This function outputs the content of the specified image buffer to the specified user-defined window, using the specified MIL display.
If the specified image buffer is smaller in size than the target window size, the border outside the image is not modified. If the specified buffer is larger in size than the target window, the right and bottom portion of the buffer, the part that exceeds the window, is not displayed.
You can control the displayed area using MdispControl(), MdispPan(), or MdispZoom(). For example, you can center the selected image in the display using MdispControl() with M_CENTER_DISPLAY.
To remove an image buffer selected to the display using MdispSelectWindow(), you can use MdispSelectWindow() with M_NULL. This leaves the associated window open but leaves it blank.
This function is valid only in a Windows environment.
This function does not support remote displays (MdispAlloc() with M_REMOTE_DISPLAY).
文章标题:MdispSelectWindow (Mil 函数描述)
文章链接:http://soscw.com/index.php/essay/51253.html