C# Class xamarin_sample.InkView

Inheritance: UIView
Mostra file Open project: phatware/WritePadSDK Class Usage Examples

Public Methods

Method Description
Draw ( CGRect rect ) : void
InkView ( ) : System
Recognize ( bool bLearn ) : string
TouchesBegan ( Foundation touches, UIEvent evt ) : void
TouchesCancelled ( Foundation touches, UIEvent evt ) : void
TouchesEnded ( Foundation touches, UIEvent evt ) : void
TouchesMoved ( Foundation touches, UIEvent evt ) : void
cleanView ( bool emptyAll ) : void

Private Methods

Method Description
AddCurrentPoint ( float mX, float mY ) : void
AddPixelsXY ( float X, float Y, bool bLastPoint ) : int

Method Details

Draw() public method

public Draw ( CGRect rect ) : void
rect CGRect
return void

InkView() public method

public InkView ( ) : System
return System

Recognize() public method

public Recognize ( bool bLearn ) : string
bLearn bool
return string

TouchesBegan() public method

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

TouchesCancelled() public method

public TouchesCancelled ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
return void

TouchesEnded() public method

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

TouchesMoved() public method

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

cleanView() public method

public cleanView ( bool emptyAll ) : void
emptyAll bool
return void