C# 클래스 xamarin_sample.InkView

상속: UIView
파일 보기 프로젝트 열기: phatware/WritePadSDK 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddCurrentPoint ( float mX, float mY ) : void
AddPixelsXY ( float X, float Y, bool bLastPoint ) : int

메소드 상세

Draw() 공개 메소드

public Draw ( CGRect rect ) : void
rect CGRect
리턴 void

InkView() 공개 메소드

public InkView ( ) : System
리턴 System

Recognize() 공개 메소드

public Recognize ( bool bLearn ) : string
bLearn bool
리턴 string

TouchesBegan() 공개 메소드

public TouchesBegan ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
리턴 void

TouchesCancelled() 공개 메소드

public TouchesCancelled ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
리턴 void

TouchesMoved() 공개 메소드

public TouchesMoved ( Foundation touches, UIEvent evt ) : void
touches Foundation
evt UIEvent
리턴 void

cleanView() 공개 메소드

public cleanView ( bool emptyAll ) : void
emptyAll bool
리턴 void