C# Class CrossUI.iOS.Dialog.Elements.OwnerDrawnElement

Inheritance: Element, IElementSizing
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( CGRect bounds, CGContext context, UIView view ) : void
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
Height ( CGRect bounds ) : float

Méthodes protégées

Méthode Description
GetCellImpl ( UITableView tv ) : UITableViewCell
OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : CoreGraphics

Method Details

Draw() public abstract méthode

public abstract Draw ( CGRect bounds, CGContext context, UIView view ) : void
bounds CGRect
context CGContext
view UIView
Résultat void

GetCellImpl() protected méthode

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

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

Height() public abstract méthode

public abstract Height ( CGRect bounds ) : float
bounds CGRect
Résultat float

OwnerDrawnElement() protected méthode

protected OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : CoreGraphics
style UITableViewCellStyle
cellIdentifier string
Résultat CoreGraphics