Category Drawings and detail, Object ProDrawing

Function ProDrawingViewIsBackground


Description
Determines if the view specified by view is an overlay view.
Replacement in Object TOOLKIT: pfcView2D::IsBackground
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewIsBackground(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view identifier
*/
ProBoolean* is_background
/* (Out)
TRUE if the view specified by view is an overlay view.
*/
)
Returns
PRO_TK_NO_ERRORSuccess (The specified view identifier is an overlay view.)
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Drawings: Background Views
  2. Drawings: Background Views