C# 클래스 SanderVantEinde.WindesheimRoosterBot.TemplateRoosterFormatToImageProvider

파일 보기 프로젝트 열기: sandervanteinde/TelegramBot

공개 프로퍼티들

프로퍼티 타입 설명
FORMAT System.Drawing.StringFormat

보호된 프로퍼티들

프로퍼티 타입 설명
FONT System.Drawing.Font

공개 메소드들

메소드 설명
GetImageForRooster ( Rooster rooster, UserPreferences preferences ) : Bitmap

보호된 메소드들

메소드 설명
GetAmountOfDaysAndHours ( Rooster rooster, UserPreferences preferences ) : DaysAndHoursForRooster
GetLesContents ( Rooster les, StringBuilder sb ) : void

비공개 메소드들

메소드 설명
GetDayOfYearWithYear ( System.DateTime time ) : int

메소드 상세

GetAmountOfDaysAndHours() 보호된 메소드

protected GetAmountOfDaysAndHours ( Rooster rooster, UserPreferences preferences ) : DaysAndHoursForRooster
rooster Rooster
preferences UserPreferences
리턴 DaysAndHoursForRooster

GetImageForRooster() 공개 메소드

public GetImageForRooster ( Rooster rooster, UserPreferences preferences ) : Bitmap
rooster Rooster
preferences UserPreferences
리턴 System.Drawing.Bitmap

GetLesContents() 보호된 추상적인 메소드

protected abstract GetLesContents ( Rooster les, StringBuilder sb ) : void
les Rooster
sb StringBuilder
리턴 void

프로퍼티 상세

FONT 보호되어 있는 정적으로 프로퍼티

protected static Font,System.Drawing FONT
리턴 System.Drawing.Font

FORMAT 공개적으로 정적으로 프로퍼티

public static StringFormat,System.Drawing FORMAT
리턴 System.Drawing.StringFormat