API Documentation > Windows and views > Object ProWindow > Function ProWindowPixelOutlineGet
Function ProWindowPixelOutlineGet
Description
Get the pixel outline of the window.
Synopsis
#include <ProWindows.h>
ProWindowPixelOutlineGet
(
int win_id
/* (In)
Window Id.
*/
ProOutline outline
/* (Out)
Array to capture the outline.
*/
)
Returns
The function is successful.
One are more inputs are bad.
Failed to get the pixel outline.
User Guide References
Was this helpful?