C# 클래스 DayCalendar.CalendarDayEventView

상속: UIView
파일 보기 프로젝트 열기: Clancey/ClanceyLib

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CalendarDayEventView ( )
CalendarDayEventView ( RectangleF frame )
Draw ( RectangleF rect ) : void
OverlapsWith ( CalendarDayEventView e ) : bool
setupCustomInitialisation ( ) : void

메소드 상세

CalendarDayEventView() 공개 메소드

CalendarDayEventView() 공개 메소드

public CalendarDayEventView ( RectangleF frame )
frame RectangleF

Draw() 공개 메소드

public Draw ( RectangleF rect ) : void
rect RectangleF
리턴 void

OverlapsWith() 공개 메소드

public OverlapsWith ( CalendarDayEventView e ) : bool
e CalendarDayEventView
리턴 bool

setupCustomInitialisation() 공개 메소드

public setupCustomInitialisation ( ) : void
리턴 void