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