C# 클래스 MonoTouch.Dialog.ImageElement.MyDelegate

상속: UIImagePickerControllerDelegate
파일 보기 프로젝트 열기: nicwise/londonbikeapp

공개 메소드들

메소드 설명
FinishedPickingImage ( UIImagePickerController picker, UIImage image, NSDictionary editingInfo ) : void
MyDelegate ( ImageElement container, UITableView table, NSIndexPath path ) : System

메소드 상세

FinishedPickingImage() 공개 메소드

public FinishedPickingImage ( UIImagePickerController picker, UIImage image, NSDictionary editingInfo ) : void
picker UIImagePickerController
image UIImage
editingInfo NSDictionary
리턴 void

MyDelegate() 공개 메소드

public MyDelegate ( ImageElement container, UITableView table, NSIndexPath path ) : System
container ImageElement
table UITableView
path NSIndexPath
리턴 System