API 文件集 > Drawings and detail > Object ProDrawing > Function ProDrawingViewOutlineGet
Function ProDrawingViewOutlineGet
Description
Retrieves the view outline, in logical screen coordinates.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewOutlineGet
(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view
*/
ProPoint3d outline[2]
/* (Out)
The view outline
*/
)
Returns
Success
The drawing or view handles are invalid
Failure
Sample Code References
User Guide References
這是否有幫助?