C# 클래스 MonoTouch.Dialog.Extensions.UrlImageStringCell

상속: UITableViewCell, IImageUpdated
파일 보기 프로젝트 열기: SuperYeti/MonoTouch.Dialog.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IImageUpdated ( Uri uri ) : void

메소드 상세

GetCellHeight() 공개 정적인 메소드

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

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

UpdateCell() 공개 메소드

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

UrlImageStringCell() 공개 메소드

public UrlImageStringCell ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

UrlImageStringCell() 공개 메소드

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