Description | ||||||||
Sets the scale of a view. This function works for views displayed in the current window only. | ||||||||
Replacement in Object TOOLKIT: | pfcView2D::Scale | |||||||
Synopsis | ||||||||
#include <ProDrawing.h> | ||||||||
ProError | ProDrawingViewScaleSet | ( | ||||||
ProDrawing drawing | ||||||||
/* (In) | ||||||||
The drawing | ||||||||
*/ | ||||||||
ProView view | ||||||||
/* (In) | ||||||||
The view | ||||||||
*/ | ||||||||
double scale | ||||||||
/* (In) | ||||||||
The view scale. To set the view to use default scale, use PRO_DRAWING_SCALE_DEFAULT. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|