Search
Calendar.createImage Method (Boolean, Single, Single)
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,
    float scaleX,
    float scaleY
)

 Parameters

visibleOnly

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

scaleX

The horizontal scale of exported image.

scaleY

The vertical scale of exported image.

 Return Value

A java.awt.image.BufferedImage instance.

 See Also