Search
Diagram.createImage Method ()
See Also
 

Creates a bitmap image representing the diagram contents.

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

 Syntax

Java  Copy Code

public Image createImage ()

 Return Value

java.awt.Image object containing a representation of the diagram.

 See Also