Creates a bitmap image of the current calendar view.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Bitmap CreateImage ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateImage( _ |
Specifies whether to create an image only of the calendar area that is currently visible on screen.
An instance of the .NET Bitmap class containing the image data.
See Also