C# 클래스 Recipe2dot3.DragView

상속: UIImageView
파일 보기 프로젝트 열기: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
DragView ( ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

메소드 상세

DragView() 공개 메소드

public DragView ( ) : System
리턴 System

TouchesBegan() 공개 메소드

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesMoved() 공개 메소드

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void