C# Класс TouchCanvas.MainViewController

Наследование: UIViewController
Показать файл Открыть проект

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