Search
Calendar.CreateImage Method (Boolean, Int32, Int32)
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,
    int desiredWidth,
    int desiredHeight
)

Visual Basic  Copy Code

Public Function CreateImage( _
    visibleOnly As Boolean, _
    desiredWidth As Integer, _
    desiredHeight As Integer _
) As Bitmap

 Parameters

visibleOnly

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

desiredWidth

The width of the bitmap.

desiredHeight

The height of the bitmap.

 Return Value

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

 See Also