Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingViewIsBackground
Function ProDrawingViewIsBackground
Description
Determines if the view specified by view is an overlay view.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewIsBackground
(
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
Success (The specified view identifier is an overlay view.)
Failure
User Guide References
¿Fue esto útil?