C# Class DrawingHelperSample.MainView

Inheritance: UIViewController
显示文件 Open project: sichy/DrawingHelperSample Class Usage Examples

Private Properties

Property Type Description
EraseTouch void
Initialize void
MainView System

Public Methods

Method 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

Method Description
EraseTouch ( NSSet touches ) : void
Initialize ( ) : void
MainView ( NSCoder coder ) : System

Method Details

MainView() public method

public MainView ( ) : System
return System

MainView() public method

public MainView ( IntPtr handle ) : System
handle System.IntPtr
return System

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesMoved() public method

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void