Search
DiagramView.setZoomFactorPivot Method
See Also
 






Sets the zoom factor, preserving the on-screen position of the specified diagram point.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

function setZoomFactorPivot (zoomFactor, pivotPoint)

 Parameters

zoomFactor

Number. The new zoom factor.

pivotPoint

Point. A Point instance specifying the zoom center.

 See Also