C# Класс DayViewUIExtension.TDLRenderer

Наследование: Calendar.AbstractRenderer
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool mainThread ) : void

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool mainThread ) : void
mainThread bool
Результат void

DrawAppointment() публичный Метод

public DrawAppointment ( System g, System rect, Calendar appointment, bool isSelected, System gripRect ) : void
g System
rect System
appointment Calendar
isSelected bool
gripRect System
Результат void

DrawDayBackground() публичный Метод

public DrawDayBackground ( System g, System rect ) : void
g System
rect System
Результат void

DrawDayHeader() публичный Метод

public DrawDayHeader ( System g, System rect, System.DateTime date ) : void
g System
rect System
date System.DateTime
Результат void

DrawHourLabel() публичный Метод

public DrawHourLabel ( System g, System rect, int hour, bool ampm ) : void
g System
rect System
hour int
ampm bool
Результат void

DrawMinuteLine() публичный Метод

public DrawMinuteLine ( Graphics g, Rectangle rect, bool hour ) : void
g System.Drawing.Graphics
rect System.Drawing.Rectangle
hour bool
Результат void

GetFontHeight() публичный Метод

public GetFontHeight ( ) : int
Результат int