API 文件集 > Windows and views > Object ProWindow > Function ProWindowPanZoomMatrixSet
Function ProWindowPanZoomMatrixSet
Description
Sets the matrix for the current window.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowPanZoomMatrixSet
(
int window
/* (In)
The handle to the Creo Parametric window
*/
ProMatrix Matrix
/* (In)
The matrix to set
*/
)
Returns
The specified window handle is invalid.
The function successfully set the matrix.
Sample Code References
這是否有幫助?