C# Class SpeedSketch.CanvasMainViewController

Inheritance: UIViewController, IUIScrollViewDelegate, IUIGestureRecognizerDelegate
Exibir arquivo Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
AddButton UIButton
ClearButtonAction void
ReceivedAllUpdatesForStroke void
SetupConfigurations void
SetupPencilUI void
ShouldReceiveTouch bool
ShouldRecognizeSimultaneously bool
StopPencilButtonAction void
StrokeUpdated void
ViewForZoomingInScrollView UIView
ZoomingEnded void

Public Methods

Method Description
PrefersStatusBarHidden ( ) : bool
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
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

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PrefersStatusBarHidden() public method

public PrefersStatusBarHidden ( ) : bool
return bool

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void