API 설명서 > Windows and views > Object ProWindow > Function ProWindowCurrentMatrixGet
Function ProWindowCurrentMatrixGet
Description
Retrieves the pan and zoom matrix of the current window.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowCurrentMatrixGet
(
ProMatrix matrix
/* (Out)
The pan and zoom matrix
*/
)
Returns
The function successfully retrieved the information.
The matrix is NULL.
There is no current window.
Sample Code References
User Guide References
도움이 되셨나요?