C# Class MonoTouch.Dialog.OwnerDrawnElement

Inheritance: Element, IElementSizing
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

Height() public abstract méthode

public abstract Height ( RectangleF bounds ) : float
bounds System.Drawing.RectangleF
Résultat float

OwnerDrawnElement() public méthode

public OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : System
style UITableViewCellStyle
cellIdentifier string
Résultat System