C# Class MonoTouch.Dialog.OwnerDrawnElement

Inheritance: Element, IElementSizing
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Methods

Method Description
Draw ( RectangleF bounds, CGContext context, UIView view ) : void
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
Height ( RectangleF bounds ) : float
OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : System

Method Details

Draw() public abstract method

public abstract Draw ( RectangleF bounds, CGContext context, UIView view ) : void
bounds System.Drawing.RectangleF
context CGContext
view UIView
return void

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

Height() public abstract method

public abstract Height ( RectangleF bounds ) : float
bounds System.Drawing.RectangleF
return float

OwnerDrawnElement() public method

public OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : System
style UITableViewCellStyle
cellIdentifier string
return System