C# 클래스 MonoTouch.Dialog.ImagePickerElement

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

공개 프로퍼티들

프로퍼티 타입 설명
Value UIImage

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
ImagePickerElement ( UIImage image ) : System
Picked ( UIImage image ) : void
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
MakeEmpty ( ) : UIImage
Scale ( UIImage source ) : UIImage

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCell() 공개 메소드

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

ImagePickerElement() 공개 메소드

public ImagePickerElement ( UIImage image ) : System
image UIImage
리턴 System

Picked() 공개 메소드

public Picked ( UIImage image ) : void
image UIImage
리턴 void

Selected() 공개 메소드

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

프로퍼티 상세

Value 공개적으로 프로퍼티

public UIImage Value
리턴 UIImage