Category
Drawings and detail
, Object
ProDrawing
Function ProDrawingViewFullVisibleAreaSet
Description
Set the full visible area for a view
Synopsis
#include <
ProDrawingView.h
>
ProError
ProDrawingViewFullVisibleAreaSet
(
ProDrawing
drawing
/* (In)
Drawing handle
*/
ProView
view
/* (In)
The view handle
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
PRO_TK_GENERAL_ERROR
The visible area could not set
Manual References:
Drawings: Visible Areas of Views
Drawings: Visible Areas of Views
Sample Code References:
pt_examples ( TestDrwView.c )