C# Class MonoTouch.Dialog.Extensions.UrlImageStringCell

Inheritance: UITableViewCell, IImageUpdated
Afficher le fichier Open project: SuperYeti/MonoTouch.Dialog.Extensions Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IImageUpdated ( Uri uri ) : void

Method Details

GetCellHeight() public static méthode

public static GetCellHeight ( RectangleF bounds, string caption ) : float
bounds System.Drawing.RectangleF
caption string
Résultat float

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

UpdateCell() public méthode

public UpdateCell ( string caption, Uri imageUrl ) : void
caption string
imageUrl System.Uri
Résultat void

UrlImageStringCell() public méthode

public UrlImageStringCell ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

UrlImageStringCell() public méthode

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