Category Drawings and detail, Object ProDrawing

Function ProDrawingViewFullVisibleAreaSet


Description
Set the full visible area for a view
Synopsis
#include <ProDrawingView.h>
ProErrorProDrawingViewFullVisibleAreaSet(
ProDrawing drawing
/* (In)
Drawing handle
*/
ProView view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_GENERAL_ERRORThe visible area could not set

Manual References:

  1. Drawings: Visible Areas of Views
  2. Drawings: Visible Areas of Views

Sample Code References:

  1. pt_examples ( TestDrwView.c )