C# 클래스 SpeedSketch.CanvasMainViewController

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

Private Properties

프로퍼티 타입 설명
AddButton UIButton
ClearButtonAction void
ReceivedAllUpdatesForStroke void
SetupConfigurations void
SetupPencilUI void
ShouldReceiveTouch bool
ShouldRecognizeSimultaneously bool
StopPencilButtonAction void
StrokeUpdated void
ViewForZoomingInScrollView UIView
ZoomingEnded void

공개 메소드들

메소드 설명
PrefersStatusBarHidden ( ) : bool
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddButton ( string title, EventHandler handler ) : UIButton
ClearButtonAction ( object sender, EventArgs e ) : void
ReceivedAllUpdatesForStroke ( Stroke stroke ) : void
SetupConfigurations ( ) : void
SetupPencilUI ( ) : void
ShouldReceiveTouch ( UIGestureRecognizer recognizer, UITouch touch ) : bool
ShouldRecognizeSimultaneously ( UIGestureRecognizer gestureRecognizer, UIGestureRecognizer otherGestureRecognizer ) : bool
StopPencilButtonAction ( object sender, EventArgs e ) : void
StrokeUpdated ( StrokeGestureRecognizer strokeGesture ) : void
ViewForZoomingInScrollView ( UIScrollView scrollView ) : UIView
ZoomingEnded ( UIScrollView scrollView, UIView withView, nfloat scale ) : void

메소드 상세

Dispose() 보호된 메소드

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

PrefersStatusBarHidden() 공개 메소드

public PrefersStatusBarHidden ( ) : bool
리턴 bool

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void