C# 클래스 Calendar.Office12Renderer

상속: AbstractRenderer
파일 보기 프로젝트 열기: abstractspoon/ToDoList_Plugins

공개 메소드들

메소드 설명
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