C# Class MonoTouch.Dialog.ImageElement

Inheritance: Element
显示文件 Open project: nicwise/londonbikeapp Class Usage Examples

Public Properties

Property Type Description
Value UIImage

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
MakeEmpty ( ) : UIImage
Scale ( UIImage source ) : UIImage

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

ImageElement() public method

public ImageElement ( UIImage image ) : System
image UIImage
return System

Picked() public method

public Picked ( UIImage image ) : void
image UIImage
return void

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void

Property Details

Value public_oe property

public UIImage Value
return UIImage