Search
DiagramView.getPreferredSize Method
See Also
 

Returns the size of the diagram in pixels, based on the currently set document size and zoom level.

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

 Syntax

Java  Copy Code

public Dimension getPreferredSize ()

 Return Value

A Dimension object representing the preferred size.

 See Also