C# Class xamarin_sample.InkView

Inheritance: UIView
Afficher le fichier Open project: phatware/WritePadSDK Class Usage Examples

Méthodes publiques

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

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

Method Details

Draw() public méthode

public Draw ( CGRect rect ) : void
rect CGRect
Résultat void

InkView() public méthode

public InkView ( ) : System
Résultat System

Recognize() public méthode

public Recognize ( bool bLearn ) : string
bLearn bool
Résultat string

TouchesBegan() public méthode

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

TouchesCancelled() public méthode

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

TouchesEnded() public méthode

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

TouchesMoved() public méthode

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

cleanView() public méthode

public cleanView ( bool emptyAll ) : void
emptyAll bool
Résultat void