MindFusion.Java Package Programmer's Guide
Dashboard.createImage Method (Int32, Int32)
See Also
 






Creates a bitmap Image with the specified width and height that represents the Dashboard contents.

Namespace: com.mindfusion.charting.swing
Package: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public BufferedImage createImage (
    int pixelWidth,
    int pixelHeight
)

 Parameters

pixelWidth

The width, in pixels.

pixelHeight

The height, in pixels.

 Return Value

A BufferedImage object containing a representation of the Dashboard.

 See Also

createImage Method Overload List
Dashboard Members
Dashboard Class
com.mindfusion.charting.swing Namespace