C# Класс MonoTouch.Dialog.OwnerDrawnElement

Наследование: Element, IElementSizing
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Draw() публичный абстрактный Метод

public abstract Draw ( RectangleF bounds, CGContext context, UIView view ) : void
bounds System.Drawing.RectangleF
context CGContext
view UIView
Результат void

GetCell() публичный Метод

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

GetHeight() публичный Метод

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Результат float

Height() публичный абстрактный Метод

public abstract Height ( RectangleF bounds ) : float
bounds System.Drawing.RectangleF
Результат float

OwnerDrawnElement() публичный Метод

public OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : System
style UITableViewCellStyle
cellIdentifier string
Результат System