C# 클래스 DayViewUIExtension.TDLRenderer

상속: Calendar.AbstractRenderer
파일 보기 프로젝트 열기: abstractspoon/ToDoList_Plugins 1 사용 예제들

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