dbicDayView Send comments on this topic.
DayViewBitmap(enumBitmapView,Color) Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class > DayViewBitmap Method : DayViewBitmap(enumBitmapView,Color) Method

enumView
enumBitmapView to use to generate the bitmap.
clrBack
The background color of the bitmap.
Creates a bitmap of the control that can be used in drawing routines.

Syntax

Visual Basic (Declaration) 
Overloads Public Function DayViewBitmap( _
   ByVal enumView As enumBitmapView, _
   ByVal clrBack As Color _
) As Bitmap
C# 
public Bitmap DayViewBitmap( 
   enumBitmapView enumView,
   Color clrBack
)

Parameters

enumView
enumBitmapView to use to generate the bitmap.
clrBack
The background color of the bitmap.

Return Value

Bitmap

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also