C# Class DayCalendar.CalendarDayEventView

Inheritance: UIView
Afficher le fichier Open project: Clancey/ClanceyLib

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CalendarDayEventView ( )
CalendarDayEventView ( RectangleF frame )
Draw ( RectangleF rect ) : void
OverlapsWith ( CalendarDayEventView e ) : bool
setupCustomInitialisation ( ) : void

Method Details

CalendarDayEventView() public méthode

CalendarDayEventView() public méthode

public CalendarDayEventView ( RectangleF frame )
frame RectangleF

Draw() public méthode

public Draw ( RectangleF rect ) : void
rect RectangleF
Résultat void

OverlapsWith() public méthode

public OverlapsWith ( CalendarDayEventView e ) : bool
e CalendarDayEventView
Résultat bool

setupCustomInitialisation() public méthode

public setupCustomInitialisation ( ) : void
Résultat void