C# 클래스 MonoTouch.Dialog.OwnerDrawnElement

상속: Element, IElementSizing
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( RectangleF bounds, CGContext context, UIView view ) : void
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
Height ( RectangleF bounds ) : float
OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : System

메소드 상세

Draw() 공개 추상적인 메소드

public abstract Draw ( RectangleF bounds, CGContext context, UIView view ) : void
bounds System.Drawing.RectangleF
context CGContext
view UIView
리턴 void

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

Height() 공개 추상적인 메소드

public abstract Height ( RectangleF bounds ) : float
bounds System.Drawing.RectangleF
리턴 float

OwnerDrawnElement() 공개 메소드

public OwnerDrawnElement ( UITableViewCellStyle style, string cellIdentifier ) : System
style UITableViewCellStyle
cellIdentifier string
리턴 System