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