C# Класс Calendar.Office12Renderer

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

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

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

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

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

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

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

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

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

public DrawAppointment ( System g, System rect, Appointment appointment, bool isSelected, System gripRect ) : void
g System
rect System
appointment Appointment
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