C# Class DayViewUIExtension.TDLRenderer

Inheritance: Calendar.AbstractRenderer
Afficher le fichier Open project: abstractspoon/ToDoList_Plugins Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DrawAppointment ( System g, System rect, Calendar 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
GetFontHeight ( ) : int

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, Calendar appointment, bool isSelected, System gripRect ) : void
g System
rect System
appointment Calendar
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

GetFontHeight() public méthode

public GetFontHeight ( ) : int
Résultat int