C# 클래스 DrawingHelperSample.MainView

상속: UIViewController
파일 보기 프로젝트 열기: sichy/DrawingHelperSample 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EraseTouch void
Initialize void
MainView System

공개 메소드들

메소드 설명
MainView ( ) : System
MainView ( IntPtr handle ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
EraseTouch ( NSSet touches ) : void
Initialize ( ) : void
MainView ( NSCoder coder ) : System

메소드 상세

MainView() 공개 메소드

public MainView ( ) : System
리턴 System

MainView() 공개 메소드

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

TouchesBegan() 공개 메소드

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

TouchesEnded() 공개 메소드

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

TouchesMoved() 공개 메소드

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

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void