API 文件集 > Windows and views > Object ProWindow > Function ProWindowSizeGet
Function ProWindowSizeGet
Description
Returns the size of the Creo Parametric window. The size is normalized to values from 0 to 1. This is the size of the window including the dialog.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProWindowSizeGet
(
int win_id
/* (In)
The identifier of the Creo Parametric window
*/
double* width
/* (Out)
The width of the window
*/
double* height
/* (Out)
The height of the window
*/
)
Returns
The function could not find the size of the specified window.
The function successfully returned values.
Sample Code References
這是否有幫助?