C# Class TouchCanvas.MainViewController

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

Private Properties

Свойство Type Description
ClearView void
MainViewController System
ToggleDebugDrawing void
ToggleUsePreciseLocations void
UpdateReticleView void

Méthodes publiques

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

Private Methods

Méthode Description
ClearView ( UIBarButtonItem sender ) : void
MainViewController ( NSCoder coder ) : System
ToggleDebugDrawing ( UIButton sender ) : void
ToggleUsePreciseLocations ( UIButton sender ) : void
UpdateReticleView ( UITouch touch, bool predicated = false ) : void

Method Details

GetSupportedInterfaceOrientations() public méthode

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Résultat UIInterfaceOrientationMask

MainViewController() public méthode

public MainViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ShouldAutorotate() public méthode

public ShouldAutorotate ( ) : bool
Résultat bool

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesCancelled() public méthode

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesEnded() public méthode

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesEstimatedPropertiesUpdated() public méthode

public TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void
touches NSSet
Résultat void

TouchesMoved() public méthode

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void