API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / ZoomOut Method / ZoomOut(Double) Method
Zoom factor. Use values greater than 1 in order to zoom out, and values between 0 and 1 in order to zoom in.

In This Topic
ZoomOut(Double) Method
In This Topic
Recalculates the view port to zoom out of the image.
Syntax
public void ZoomOut( 
   double dFactor
)

Parameters

dFactor
Zoom factor. Use values greater than 1 in order to zoom out, and values between 0 and 1 in order to zoom in.
See Also