MonoTouch.Dialog.CalendarMonthView.Draw C# (CSharp) Method

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void
        public override void Draw(RectangleF rect)
        {
            Util.FromResource (null, "topbar.png").Draw (new PointF (0, 0));
            DrawDayLabels (rect);
            DrawMonthLabel (rect);
        }