Category Windows and views, Object ProWindow

Function ProWindowPixelOutlineGet


Description
Get the pixel outline of the window.
Synopsis
#include <ProWindows.h>
ProErrorProWindowPixelOutlineGet(
int win_id
/* (In)
Window Id.
*/
ProOutline outline
/* (Out)
Array to capture the outline.
*/
)
Returns
PRO_TK_NO_ERRORThe function is successful.
PRO_TK_BAD_INPUTSOne are more inputs are bad.
PRO_TK_GENERAL_ERRORFailed to get the pixel outline.

Manual References:

  1. User Interface: Basic Graphics: Resizing Windows
  2. User Interface: Basic Graphics: Resizing Windows
  3. Core: Coordinate Systems and Transformations: Window Coordinate System