API Documentation > Windows and views > Object ProWindow > Function ProWindowCoordinatePixelGet
Function ProWindowCoordinatePixelGet
Description
Returns pixel space coordinate on receiving Window space coordinate.
Synopsis
#include <ProWindows.h>
ProWindowCoordinatePixelGet
(
int window_id
/* (In)
A valid window identifier
*/
Pro3dPnt point
/* (In)
Window space 3d coordinate.
*/
Pro2dPnt pixelSpaceCoord
/* (Out)
Pixel space coordinate
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid, or the font identifier is NULL.
A general error occurred and the function failed.
User Guide References
Was this helpful?