Search
Diagram.setBackgroundImage Method (Image)
See Also
 

Sets the background image. The BackgroundImageUrl attribute is reset to null.

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

 Syntax

Java  Copy Code

public void setBackgroundImage (
    Image value
)

 Parameters

value

The background java.awt.Image object.

 See Also