C# Class MonoTouch.Dialog.Extensions.UrlImageStringCell

Inheritance: UITableViewCell, IImageUpdated
显示文件 Open project: SuperYeti/MonoTouch.Dialog.Extensions Class Usage Examples

Public Methods

Method Description
GetCellHeight ( RectangleF bounds, string caption ) : float
LayoutSubviews ( ) : void
UpdateCell ( string caption, Uri imageUrl ) : void
UrlImageStringCell ( IntPtr handle ) : System
UrlImageStringCell ( UITableViewCellStyle style, NSString ident, string caption, Uri imageUrl ) : System

Private Methods

Method Description
IImageUpdated ( Uri uri ) : void

Method Details

GetCellHeight() public static method

public static GetCellHeight ( RectangleF bounds, string caption ) : float
bounds System.Drawing.RectangleF
caption string
return float

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

UpdateCell() public method

public UpdateCell ( string caption, Uri imageUrl ) : void
caption string
imageUrl System.Uri
return void

UrlImageStringCell() public method

public UrlImageStringCell ( IntPtr handle ) : System
handle System.IntPtr
return System

UrlImageStringCell() public method

public UrlImageStringCell ( UITableViewCellStyle style, NSString ident, string caption, Uri imageUrl ) : System
style UITableViewCellStyle
ident NSString
caption string
imageUrl System.Uri
return System