C# Class DayCalendar.CalendarDayEventView

Inheritance: UIView
Mostra file Open project: Clancey/ClanceyLib

Private Properties

Property Type Description

Public Methods

Method Description
CalendarDayEventView ( )
CalendarDayEventView ( RectangleF frame )
Draw ( RectangleF rect ) : void
OverlapsWith ( CalendarDayEventView e ) : bool
setupCustomInitialisation ( ) : void

Method Details

CalendarDayEventView() public method

CalendarDayEventView() public method

public CalendarDayEventView ( RectangleF frame )
frame RectangleF

Draw() public method

public Draw ( RectangleF rect ) : void
rect RectangleF
return void

OverlapsWith() public method

public OverlapsWith ( CalendarDayEventView e ) : bool
e CalendarDayEventView
return bool

setupCustomInitialisation() public method

public setupCustomInitialisation ( ) : void
return void