API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingViewScaleGet
Function ProDrawingViewScaleGet
Description
Retrieves the scale of the specified view.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewScaleGet
(
ProDrawing drawing
/* (In)
The drawing
*/
ProView view
/* (In)
The view
*/
double* scale
/* (Out)
The view scale
*/
)
Returns
Sample Code References
User Guide References
도움이 되셨나요?