C# Class MonoMobile.Views.Themes.ClearTheme

Inheritance: Theme
Exibir arquivo Open project: RobertKozak/MonoMobile.Views.Themes

Public Methods

Method Description
ClearTheme ( ) : System.Drawing
DrawCellView ( RectangleF rect, CGContext context, UITableViewCell cell ) : void

Method Details

ClearTheme() public method

public ClearTheme ( ) : System.Drawing
return System.Drawing

DrawCellView() public method

public DrawCellView ( RectangleF rect, CGContext context, UITableViewCell cell ) : void
rect System.Drawing.RectangleF
context CGContext
cell UITableViewCell
return void