C# Class SpeedSketch.CanvasMainViewController

Inheritance: UIViewController, IUIScrollViewDelegate, IUIGestureRecognizerDelegate
Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description
AddButton UIButton
ClearButtonAction void
ReceivedAllUpdatesForStroke void
SetupConfigurations void
SetupPencilUI void
ShouldReceiveTouch bool
ShouldRecognizeSimultaneously bool
StopPencilButtonAction void
StrokeUpdated void
ViewForZoomingInScrollView UIView
ZoomingEnded void

Méthodes publiques

Méthode Description
PrefersStatusBarHidden ( ) : bool
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PrefersStatusBarHidden() public méthode

public PrefersStatusBarHidden ( ) : bool
Résultat bool

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void