Search
Calendar.CreateImage Method (Boolean, Single, Single)
See Also
 





Creates a bitmap image of the current calendar view.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Bitmap CreateImage (
    bool visibleOnly,
    float scaleX,
    float scaleY
)

Visual Basic  Copy Code

Public Function CreateImage( _
    visibleOnly As Boolean, _
    scaleX As Single, _
    scaleY As Single _
) As Bitmap

 Parameters

visibleOnly

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

scaleX

The scale along the x-axis of the resulting image.

scaleY

The scale along the y-axis of the resulting image.

 Return Value

An instance of the .NET Bitmap class containing the image data.

 See Also