C# 클래스 TouchCanvas.MainViewController

상속: UIViewController
파일 보기 프로젝트 열기: xamarin/monotouch-samples

Private Properties

프로퍼티 타입 설명
ClearView void
MainViewController System
ToggleDebugDrawing void
ToggleUsePreciseLocations void
UpdateReticleView void

공개 메소드들

메소드 설명
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
MainViewController ( IntPtr handle ) : System
ShouldAutorotate ( ) : bool
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesCancelled ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void
ViewDidLoad ( ) : void

비공개 메소드들

메소드 설명
ClearView ( UIBarButtonItem sender ) : void
MainViewController ( NSCoder coder ) : System
ToggleDebugDrawing ( UIButton sender ) : void
ToggleUsePreciseLocations ( UIButton sender ) : void
UpdateReticleView ( UITouch touch, bool predicated = false ) : void

메소드 상세

GetSupportedInterfaceOrientations() 공개 메소드

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
리턴 UIInterfaceOrientationMask

MainViewController() 공개 메소드

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

ShouldAutorotate() 공개 메소드

public ShouldAutorotate ( ) : bool
리턴 bool

TouchesBegan() 공개 메소드

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

TouchesCancelled() 공개 메소드

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

TouchesEnded() 공개 메소드

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

TouchesEstimatedPropertiesUpdated() 공개 메소드

public TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void
touches NSSet
리턴 void

TouchesMoved() 공개 메소드

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

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void