Метод | Описание | |
---|---|---|
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
UIViewElement ( string caption, UIView view, bool transparent ) : CoreGraphics |
Constructor
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetCellImpl ( UITableView tv ) : UITableViewCell |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected GetCellImpl ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
Результат | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | nfloat |
public UIViewElement ( string caption, UIView view, bool transparent ) : CoreGraphics | ||
caption | string | /// The caption, only used for RootElements that might want to summarize results /// |
view | UIView | /// The view to display /// |
transparent | bool | /// If this is set, then the view is responsible for painting the entire area, /// otherwise the default cell paint code will be used. /// |
Результат | CoreGraphics |