C# Class MonoTouch.Dialog.ImageElement

Inheritance: Element
Afficher le fichier Open project: nicwise/londonbikeapp Class Usage Examples

Méthodes publiques

Свойство Type Description
Value UIImage

Méthodes publiques

Méthode Description
GetCell ( UITableView tv ) : UITableViewCell
ImageElement ( UIImage image ) : System
Picked ( UIImage image ) : void
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
MakeEmpty ( ) : UIImage
Scale ( UIImage source ) : UIImage

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

ImageElement() public méthode

public ImageElement ( UIImage image ) : System
image UIImage
Résultat System

Picked() public méthode

public Picked ( UIImage image ) : void
image UIImage
Résultat void

Selected() public méthode

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
Résultat void

Property Details

Value public_oe property

public UIImage Value
Résultat UIImage