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

Visual Basic  Copy Code

Public Function CreateImage( _
    visibleOnly As Boolean _
) As Bitmap

 Parameters

visibleOnly

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

 Return Value

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

 See Also