Search
Calendar.createImage Method (Boolean)
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
)

 Parameters

visibleOnly

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

 Return Value

A java.awt.image.BufferedImage instance.

 See Also