C# Class Calendar.Office12Renderer

Inheritance: AbstractRenderer
Show file Open project: abstractspoon/ToDoList_Plugins

Public Methods

Method Description
DrawAppointment ( System g, System rect, Appointment appointment, bool isSelected, System gripRect ) : void
DrawDayBackground ( System g, System rect ) : void
DrawDayHeader ( System g, System rect, System.DateTime date ) : void
DrawHourLabel ( System g, System rect, int hour, bool ampm ) : void
DrawMinuteLine ( Graphics g, Rectangle rect, bool hour ) : void

Protected Methods

Method Description
Dispose ( bool mainThread ) : void

Method Details

Dispose() protected method

protected Dispose ( bool mainThread ) : void
mainThread bool
return void

DrawAppointment() public method

public DrawAppointment ( System g, System rect, Appointment appointment, bool isSelected, System gripRect ) : void
g System
rect System
appointment Appointment
isSelected bool
gripRect System
return void

DrawDayBackground() public method

public DrawDayBackground ( System g, System rect ) : void
g System
rect System
return void

DrawDayHeader() public method

public DrawDayHeader ( System g, System rect, System.DateTime date ) : void
g System
rect System
date System.DateTime
return void

DrawHourLabel() public method

public DrawHourLabel ( System g, System rect, int hour, bool ampm ) : void
g System
rect System
hour int
ampm bool
return void

DrawMinuteLine() public method

public DrawMinuteLine ( Graphics g, Rectangle rect, bool hour ) : void
g System.Drawing.Graphics
rect System.Drawing.Rectangle
hour bool
return void