C# Class DrawingHelperSample.MainView

Inheritance: UIViewController
Afficher le fichier Open project: sichy/DrawingHelperSample Class Usage Examples

Private Properties

Свойство Type Description
EraseTouch void
Initialize void
MainView System

Méthodes publiques

Méthode Description
MainView ( ) : System
MainView ( IntPtr handle ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
EraseTouch ( NSSet touches ) : void
Initialize ( ) : void
MainView ( NSCoder coder ) : System

Method Details

MainView() public méthode

public MainView ( ) : System
Résultat System

MainView() public méthode

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

TouchesBegan() public méthode

public TouchesBegan ( 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

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