C# Class Calendar.Office12Renderer

Inheritance: AbstractRenderer
Afficher le fichier Open project: abstractspoon/ToDoList_Plugins

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool mainThread ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool mainThread ) : void
mainThread bool
Résultat void

DrawAppointment() public méthode

public DrawAppointment ( System g, System rect, Appointment appointment, bool isSelected, System gripRect ) : void
g System
rect System
appointment Appointment
isSelected bool
gripRect System
Résultat void

DrawDayBackground() public méthode

public DrawDayBackground ( System g, System rect ) : void
g System
rect System
Résultat void

DrawDayHeader() public méthode

public DrawDayHeader ( System g, System rect, System.DateTime date ) : void
g System
rect System
date System.DateTime
Résultat void

DrawHourLabel() public méthode

public DrawHourLabel ( System g, System rect, int hour, bool ampm ) : void
g System
rect System
hour int
ampm bool
Résultat void

DrawMinuteLine() public méthode

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