DroidDiagram Programmer's Guide
RenderOptions.setScale Method
See Also
 






Sets the scale of the printed diagram relatively to the original on-screen size of the diagram.

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

 Syntax

Java  Copy Code

public void setScale (
    float value
)

 Parameters

value

A float value specifying percents of the original diagram size. The default value is 100.

 See Also

RenderOptions Members
RenderOptions Class
com.mindfusion.diagramming Namespace