Search
DiagramView.setZoomFactor Method
See Also
 

Sets the zoom level.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setZoomFactor (
    float value
)

 Parameters

value

A float value specifying the zoom factor as percents of the original view size.

 See Also