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






Creates a bitmap image of the current calendar view.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public BufferedImage createImage (
    boolean visibleOnly,
    int desiredWidth,
    int desiredHeight
)

 Parameters

visibleOnly

Specifies whether to create an image only of the calendar area that is currently visible on screen.

desiredWidth

The width of exported image.

desiredHeight

The height of exported image.

 Return Value

A java.awt.image.BufferedImage instance.

 See Also

createImage Method Overload List
Calendar Members
Calendar Class
com.mindfusion.scheduling Namespace