Category
Windows and views
, Object
ProWindow
Function ProWindowPixelOutlineGet
Description
Get the pixel outline of the window.
Synopsis
#include <
ProWindows.h
>
ProError
ProWindowPixelOutlineGet
(
int
win_id
/* (In)
Window Id.
*/
ProOutline
outline
/* (Out)
Array to capture the outline.
*/
)
Returns
PRO_TK_NO_ERROR
The function is successful.
PRO_TK_BAD_INPUTS
One are more inputs are bad.
PRO_TK_GENERAL_ERROR
Failed to get the pixel outline.
Manual References:
User Interface: Basic Graphics: Resizing Windows
User Interface: Basic Graphics: Resizing Windows
Core: Coordinate Systems and Transformations: Window Coordinate System