MonthCalendarDraw Method

Draw MonthCalendar foreground on background drawed by [!:DrawBackground] method.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
protected override void Draw(
	Graphics gr
)

Parameters

gr  Graphics
Graphic object above bitmap used for painting MonthCalendar

See Also