Documentación de la API > Miscellaneous > Object ProGraphic > Function ProGraphicWindowSizeGet
Function ProGraphicWindowSizeGet
Description
Returns the size of the Creo Parametric graphics window. The size is normalized to values from 0 to 1. This is the size of the window without the border.
Replacement in Object TOOLKIT:
Synopsis
#include <ProWindows.h>
ProGraphicWindowSizeGet
(
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.
User Guide References
¿Fue esto útil?