C# Class MonoMobile.Dialog.MessageSummaryView

Inheritance: UIView
Datei anzeigen Open project: moljac/MonoMobile.Dialog Class Usage Examples

Public Methods

Method Description
Draw ( RectangleF rect ) : void
Update ( string sender, string body, string subject, System.DateTime date, bool newFlag, int messageCount ) : void

Private Methods

Method Description
MessageSummaryView ( ) : System

Method Details

Draw() public method

public Draw ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void

Update() public method

public Update ( string sender, string body, string subject, System.DateTime date, bool newFlag, int messageCount ) : void
sender string
body string
subject string
date System.DateTime
newFlag bool
messageCount int
return void